KtGram
Toggle table of contents
8.3.1
common
Platform filter
common
Switch theme
Search in API
KtGram
telegram-bot
/
eu.vendeli.tgbot.types.media
/
InputProfilePhoto
/
Animated
Animated
@
Serializable
@
SerialName
(
value
=
"animated"
)
data
class
Animated
(
var
animation
:
ImplicitFile
,
val
mainFrameTimestamp
:
Double
=
0.0
)
:
InputProfilePhoto
(
source
)
Members
Constructors
Animated
Link copied to clipboard
constructor
(
animation
:
ImplicitFile
,
mainFrameTimestamp
:
Double
=
0.0
)
Properties
animation
Link copied to clipboard
var
animation
:
ImplicitFile
main
Frame
Timestamp
Link copied to clipboard
val
mainFrameTimestamp
:
Double
=
0.0
type
Link copied to clipboard
val
type
:
String