Sha256: 95eb5571b5a417bfae1a4b03a11a2c0a3e6ed7d6f635aaa439c913129f37caa1

Contents?: true

Size: 250 Bytes

Versions: 3

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ReplyKeyboardRemove < Base
        attribute :remove_keyboard, Types::Bool
        attribute? :selective, Types::Bool.default(false)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/reply_keyboard_remove.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/reply_keyboard_remove.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/reply_keyboard_remove.rb