class Telecr::Markup::ReplyKeyboard

Overview

Reply keyboard representation

Defined in:

markup/keyboard.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rows : Array(Array(Hash(String, JSON::Any))), options : Hash(String, Bool | String)) #

[View source]

Instance Method Detail

def to_h : Hash(String, JSON::Any) #

Convert to hash for Telegram API


[View source]
def to_json(*args) #

Convert to JSON


[View source]