Sha256: 1b48b9d1f0c46c87286bb2fadd30adf4a6f1fca8811d790da82019dad945b264
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
module Telegram module Bot module Types class ReplyKeyboardMarkup < Base attribute :keyboard, [[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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.2.0 | lib/telegram/bot/types/reply_keyboard_markup.rb |