class

Tourmaline::InlineKeyboardMarkup

Inherits Tourmaline::Model < JSON::Serializable < Reference < Object

Constructors

new(inline_keyboard : Array(Array(Tourmaline::InlineKeyboardButton)) = [] of Array(InlineKeyboardButton))
Source
new(*lines : Array(InlineKeyboardButton))
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Class methods

build(*args, columns = nil, **options, &)
Source

Instance methods

<<(row, btn : InlineKeyboardButton)
Source
<<(btns : Array(InlineKeyboardButton))
Source
inline_keyboard
Source
inline_keyboard=(inline_keyboard : Array(Array(InlineKeyboardButton)))
Source

Nested types