ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.requests.business_connection
/
InputProfilePhoto
/
Animated
Animated
@
Serializable
data
class
Animated
(
val
animation
:
MultipartFile
,
val
mainFrameTimestamp
:
DoubleSeconds
?
=
null
)
:
InputProfilePhoto
Members
Constructors
Animated
Link copied to clipboard
constructor
(
animation
:
MultipartFile
,
mainFrameTimestamp
:
DoubleSeconds
?
=
null
)
Properties
animation
Link copied to clipboard
@
SerialName
(
value
=
"animation"
)
val
animation
:
MultipartFile
main
Frame
Timestamp
Link copied to clipboard
@
SerialName
(
value
=
"main_frame_timestamp"
)
val
mainFrameTimestamp
:
DoubleSeconds
?
=
null
media
Pair
Link copied to clipboard
open
override
val
mediaPair
:
Pair
<
String
,
MultipartFile
>
type
Link copied to clipboard
@
EncodeDefault
open
override
val
type
:
String