Sha256: 88672d669440e37147dffd62370aa264bf38e1c97772beaf33f5b6d410b9a3a7

Contents?: true

Size: 231 Bytes

Versions: 2

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class MenuButtonCommands < Base
        attribute :type, Types::String.constrained(eql: 'commands').default('commands')
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/menu_button_commands.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/menu_button_commands.rb