Sha256: 97c165e2279ad950753a71dacf299053a3d0496377679a8ba02e13c85e746ae7

Contents?: true

Size: 229 Bytes

Versions: 8

Compression:

Stored size: 229 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class BotCommandScopeAllChatAdministrators < Base
        attribute :type, String, default: 'all_chat_administrators'
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/bot_command_scope_all_chat_administrators.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/bot_command_scope_all_chat_administrators.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/bot_command_scope_all_chat_administrators.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/bot_command_scope_all_chat_administrators.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/bot_command_scope_all_chat_administrators.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/bot_command_scope_all_chat_administrators.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/bot_command_scope_all_chat_administrators.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/bot_command_scope_all_chat_administrators.rb