Class: Telebot::ReplyKeyboardMarkup

Inherits:
Object
  • Object
show all
Defined in:
lib/telebot/objects/reply_keyboard_markup.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonString

Returns json that repsents keyboard markup.

Returns:

  • (String)

    json that repsents keyboard markup



10
11
12
# File 'lib/telebot/objects/reply_keyboard_markup.rb', line 10

def to_json
  to_hash.to_json
end