Sha256: 6ac7061995c1c033050452e0f8d19ed6235fcf5e5697f6de093e4a208f8b40bb

Contents?: true

Size: 242 Bytes

Versions: 10

Compression:

Stored size: 242 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ReplyKeyboardRemove < Base
        attribute :remove_keyboard, Boolean
        attribute :selective, Boolean, default: false
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/reply_keyboard_remove.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/reply_keyboard_remove.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/reply_keyboard_remove.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/reply_keyboard_remove.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/reply_keyboard_remove.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/reply_keyboard_remove.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/reply_keyboard_remove.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/reply_keyboard_remove.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/reply_keyboard_remove.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/reply_keyboard_remove.rb