Sha256: 708d71ce13d036811f497509a1c1d543028e0f36abce9db4f4b82f9fcb703190
Contents?: true
Size: 454 Bytes
Versions: 2
Compression:
Stored size: 454 Bytes
Contents
module TD::Types # Contains information about a chat administrator. # # @attr user_id [Integer] User identifier of the administrator. # @attr custom_title [String] Custom title of the administrator. # @attr is_owner [Boolean] True, if the user is the owner of the chat. class ChatAdministrator < Base attribute :user_id, TD::Types::Integer attribute :custom_title, TD::Types::String attribute :is_owner, TD::Types::Bool end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/chat_administrator.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/chat_administrator.rb |