Sha256: 5c2419f0a381cc5abde9f7527c2b7cef8626c48ab361a5ea9604027632a5cc1c

Contents?: true

Size: 235 Bytes

Versions: 2

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ReplyKeyboardRemove < Base
        attribute :remove_keyboard, Types::True
        attribute? :selective, Types::Bool
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/reply_keyboard_remove.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/reply_keyboard_remove.rb