1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-05 15:50:48 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/index.md
2021-03-17 15:18:37 +00:00

1.6 KiB

//docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/SwitchInlineQueryCurrentChatInlineKeyboardButton

SwitchInlineQueryCurrentChatInlineKeyboardButton

[common] data class SwitchInlineQueryCurrentChatInlineKeyboardButton(text: String, switchInlineQueryCurrentChat: String) : InlineKeyboardButton

Properties

Name Summary
switchInlineQueryCurrentChat [common] val switchInlineQueryCurrentChat: String
text [common] open override val text: String