data class InlineQueryResultVideoCachedImpl : InlineQueryResultVideoCached
(source)
(common)
<init> |
InlineQueryResultVideoCachedImpl(id: String, fileId: FileId, title: String, description: String? = null, caption: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null) |
(common)
caption |
val caption: String? |
(common)
description |
val description: String? |
(common)
fileId |
val fileId: FileId |
(common)
id |
val id: String |
(common)
inputMessageContent |
val inputMessageContent: InputMessageContent? |
(common)
parseMode |
val parseMode: ParseMode? |
(common)
replyMarkup |
val replyMarkup: InlineKeyboardMarkup? |
(common)
title |
val title: String |
(common)
type |
val type: String |