toggle menu
Telegram Bot
7.5.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.media
/
PaidMedia
/
Preview
Preview
@
Serializable
@
SerialName
(
value
=
"preview"
)
data
class
Preview
(
val
width
:
Int
?
,
val
height
:
Int
?
,
val
duration
:
Int
?
)
:
PaidMedia
Members
Constructors
Preview
Link copied to clipboard
constructor
(
width
:
Int
?
,
height
:
Int
?
,
duration
:
Int
?
)
Properties
duration
Link copied to clipboard
val
duration
:
Int
?
height
Link copied to clipboard
val
height
:
Int
?
type
Link copied to clipboard
val
type
:
String
width
Link copied to clipboard
val
width
:
Int
?