class Tourmaline::RoutedMenu::Page

Defined in:

tourmaline/extra/routed_menu.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(content : String = "", buttons : Tourmaline::InlineKeyboardMarkup = InlineKeyboardMarkup.new, parse_mode : Tourmaline::ParseMode | Nil = nil, link_preview : Bool = false) #

[View source]

Instance Method Detail

def buttons : InlineKeyboardMarkup #

[View source]
def buttons=(buttons : InlineKeyboardMarkup) #

[View source]
def content : String #

[View source]
def content=(content : String) #

[View source]
def link_preview : Bool #

[View source]
def link_preview=(link_preview : Bool) #

[View source]
def parse_mode : ParseMode | Nil #

[View source]
def parse_mode=(parse_mode : ParseMode | Nil) #

[View source]