Sha256: ae88913e0061cd210addae99d0eb087999cd56f81b4dcf91f7b1d69a7795d13d

Contents?: true

Size: 205 Bytes

Versions: 3

Compression:

Stored size: 205 Bytes

Contents

# frozen_string_literal: true

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