//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons](../index.md)/[SwitchInlineQueryCurrentChatInlineKeyboardButton](index.md) # SwitchInlineQueryCurrentChatInlineKeyboardButton [common] data class [SwitchInlineQueryCurrentChatInlineKeyboardButton](index.md)(**text**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **switchInlineQueryCurrentChat**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [InlineKeyboardButton](../-inline-keyboard-button/index.md) ## Properties | Name | Summary | |---|---| | [switchInlineQueryCurrentChat](switch-inline-query-current-chat.md)| [common] val [switchInlineQueryCurrentChat](switch-inline-query-current-chat.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
| | [text](text.md)| [common] open override val [text](text.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|