InlineKeyboardMarkup
data class InlineKeyboardMarkup(val inlineKeyboard: List<List<InlineKeyboardButton>> = emptyList())(source)
This object represents an inline keyboard that appears right next to the message it belongs to.
(auto-generated)
Author
ForteScarlet