Sha256: 861aa2999c8fab7fff3b698d0d72c0831fb7815d4e59929f868b3ed6840b452e

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

module Telegram
  module Bot
    module Types
      class BotCommandScopeChatAdministrators < Base
        attribute :type, String, default: 'chat_administrators'
        attribute :chat_id, String
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/bot_command_scope_chat_administrators.rb