1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-30 06:26:08 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl.md
2021-03-17 15:18:37 +00:00

2.3 KiB

//docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/InlineQueryResultPhotoCachedImpl

InlineQueryResultPhotoCachedImpl

[common]
Content
fun InlineQueryResultPhotoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoCachedImpl
fun InlineQueryResultPhotoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, description: String? = null, entities: List<TextSource>, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoCachedImpl