data class InlineQueryResultStickerCached : InlineQueryResult, WithInputMessageContentInlineQueryResult, WithFileIdInlineQueryResult
(source)
(common)
<init> |
InlineQueryResultStickerCached(id: String, fileId: FileId, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null) |
(common)
fileId |
val fileId: FileId |
(common)
id |
val id: String |
(common)
inputMessageContent |
val inputMessageContent: InputMessageContent? |
(common)
replyMarkup |
val replyMarkup: InlineKeyboardMarkup? |
(common)
type |
val type: String |