class Telecr::Markup::ReplyBuilder

Included Modules

Defined in:

markup/keyboard.cr

Constructors

Instance Method Summary

Instance methods inherited from module Telecr::Markup::ReplyButtons

request_contact(text : String, style : String | Nil = nil, emoji_id : String | Nil = nil) request_contact, request_location(text : String, style : String | Nil = nil, emoji_id : String | Nil = nil) request_location, request_poll(text : String, poll_type : String | Nil = nil, style : String | Nil = nil, emoji_id : String | Nil = nil) request_poll, text(content : String, style : String | Nil = nil, emoji_id : String | Nil = nil) text, web_app(text : String, url : String, style : String | Nil = nil, emoji_id : String | Nil = nil) web_app

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def build : ReplyKeyboard #

[View source]
def one_time(v = true) #

[View source]
def persistent(v = true) #

[View source]
def placeholder(text : String) #

[View source]
def resize(v = true) #

[View source]
def row(*buttons) #

[View source]
def selective(v = true) #

[View source]