Sha256: e234e9485f018515a885e69c2f01c2d218089eb50994f4c32215ae3a86879563

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ReplyKeyboardMarkup < Base
        attribute :keyboard, [[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

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.3 lib/telegram/bot/types/reply_keyboard_markup.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/reply_keyboard_markup.rb