Sha256: 5623665d1ad46c233e1bb5521869c1cbe3a6f872909890b04370f8ade1e1802b
Contents?: true
Size: 381 Bytes
Versions: 1
Compression:
Stored size: 381 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ReplyKeyboardMarkup < Base attribute :keyboard, Array.of(Array.of(KeyboardButton)) 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.7.0 | lib/telegram/bot/types/reply_keyboard_markup.rb |