Sha256: 788bed3cfaacd5487c7ed7c1f0f98c99a44e8217f433c01b6fa58ab40fb83a33

Contents?: true

Size: 337 Bytes

Versions: 5

Compression:

Stored size: 337 Bytes

Contents

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

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.1 lib/telegram/bot/types/reply_keyboard_markup.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/reply_keyboard_markup.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/reply_keyboard_markup.rb
telegram-bot-types-0.4.1 lib/telegram/bot/types/reply_keyboard_markup.rb
telegram-bot-types-0.3.0 lib/telegram/bot/types/reply_keyboard_markup.rb