mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-18 06:13:47 +00:00
2.3 KiB
2.3 KiB
//docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/InlineQueryResultVideoCachedImpl
InlineQueryResultVideoCachedImpl
[common]
Content
fun InlineQueryResultVideoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoCachedImpl
fun InlineQueryResultVideoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: List<TextSource>, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoCachedImpl