class TelegramBot::InlineKeyboardMarkup

Included Modules

Defined in:

telegram_bot/types/inline/inline_keyboard_markup.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(inline_keyboard : Array(Array(InlineKeyboardButton)), *, force_reply : Bool | Nil = nil) #

def self.new(first_line : Array(InlineKeyboardButton), *, force_reply : Bool | Nil = nil) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

def self.new(*, force_reply : Bool | Nil = nil) #

Instance Method Detail

def <<(btn : InlineKeyboardButton) #

def <<(btns) #

def force_reply=(force_reply : Bool | Nil) #

def force_reply? : Bool | Nil #

def inline_keyboard : Array(Array(InlineKeyboardButton)) #

def inline_keyboard=(inline_keyboard : Array(Array(InlineKeyboardButton))) #