data class InputMediaAnimation : InputMedia, SizedInputMedia, DuratedInputMedia, ThumbedInputMedia, CaptionedOutput
(source)
(common)
<init> |
InputMediaAnimation(file: InputFile, caption: String? = null, parseMode: ParseMode? = null, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null) |
(common)
caption |
val caption: String? |
(common)
duration |
val duration: Long? |
(common)
file |
val file: InputFile |
(common)
height |
val height: Int? |
(common)
media |
val media: String |
(common)
parseMode |
val parseMode: ParseMode? |
(common)
thumb |
val thumb: InputFile? |
(common)
type |
val type: String |
(common)
width |
val width: Int? |