data class InputTextMessageContent : CaptionedOutput, DisableWebPagePreview, InputMessageContent
(source)
(common)
<init> |
InputTextMessageContent(caption: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null) |
(common)
caption |
val caption: String |
(common)
disableWebPagePreview |
val disableWebPagePreview: Boolean? |
(common)
parseMode |
val parseMode: ParseMode? |