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/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