class
Telecr::Markup::ReplyKeyboard
- Telecr::Markup::ReplyKeyboard
- Reference
- Object
Overview
Reply keyboard representation
Defined in:
markup/keyboard.crConstructors
Instance Method Summary
-
#to_h : Hash(String, JSON::Any)
Convert to hash for Telegram API
-
#to_json(*args)
Convert to JSON
Constructor Detail
def self.new(rows : Array(Array(Hash(String, JSON::Any))), options : Hash(String, Bool | String))
#