Sha256: 68dfa035526f9488cbd0626d8a35683e83f6ebc69fa8dd2a66adf86982402b24

Contents?: true

Size: 241 Bytes

Versions: 1

Compression:

Stored size: 241 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

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.7.0 lib/telegram/bot/types/reply_keyboard_remove.rb