class TelegramBot::Models::InlineKeyboardMarkup

Overview

https://core.telegram.org/bots/api#inlinekeyboardmarkup

Defined in:

telegram_bot/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from class TelegramBot::Models::Base

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(inline_keyboard : Array(Array(InlineKeyboardButton))) #

[View source]
def self.new(pull : JSON::PullParser) #

https://core.telegram.org/bots/api#inlinekeyboardmarkup


[View source]

Instance Method Detail

def inline_keyboard : Array(Array(InlineKeyboardButton)) #

[View source]
def inline_keyboard=(inline_keyboard : Array(Array(InlineKeyboardButton))) #

[View source]