data class InputMediaAudio : InputMedia, DuratedInputMedia, ThumbedInputMedia, TitledInputMedia, CaptionedOutput, Performerable
(source)
(common)
<init> |
InputMediaAudio(file: InputFile, caption: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, thumb: InputFile? = null) |
(common)
caption |
val caption: String? |
(common)
duration |
val duration: Long? |
(common)
file |
val file: InputFile |
(common)
media |
val media: String |
(common)
parseMode |
val parseMode: ParseMode? |
(common)
performer |
val performer: String? |
(common)
thumb |
val thumb: InputFile? |
(common)
title |
val title: String? |
(common)
type |
val type: String |