Sha256: 99fabd22bd24fb16658f345df4e078d1479639b45b1b9e04235064ab08d9c06b
Contents?: true
Size: 339 Bytes
Versions: 21
Compression:
Stored size: 339 Bytes
Contents
module Telegram module Bot module Types class ReplyKeyboardMarkup < Base attribute :keyboard, Array[Array[String]] attribute :resize_keyboard, Boolean, default: false attribute :one_time_keyboard, Boolean, default: false attribute :selective, Boolean, default: false end end end end
Version data entries
21 entries across 21 versions & 1 rubygems