Sha256: 07e34cd96cb81c7208e425e78485ab130380e2a22b3423422d9988cad6b82b1d

Contents?: true

Size: 270 Bytes

Versions: 3

Compression:

Stored size: 270 Bytes

Contents

# frozen_string_literal: true

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