Sha256: 5096106c0fd29ec28f8fa7d7383c86ac5318d19b760a033bb991383fadb0fad3

Contents?: true

Size: 233 Bytes

Versions: 2

Compression:

Stored size: 233 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class BotCommandScopeDefault < Base
        attribute :type, Types::String.constrained(eql: 'default').default('default')
      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/bot_command_scope_default.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/bot_command_scope_default.rb