Sha256: a92a239d97ae9470e367b8c191c96c6de71916174152748873666f61fee56d61

Contents?: true

Size: 235 Bytes

Versions: 3

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

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