Sha256: 31f0179ab5af5ee50b63484a80ee5a86b452a92a0ebb6c5155fe3a3a26cd9b13

Contents?: true

Size: 476 Bytes

Versions: 2

Compression:

Stored size: 476 Bytes

Contents

module TD::Types
  # Contains information about a chat administrator.
  #
  # @attr user_id [Integer] User identifier of the administrator.
  # @attr custom_title [TD::Types::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::Coercible::Integer
    attribute :custom_title, TD::Types::String
    attribute :is_owner, TD::Types::Bool
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/chat_administrator.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_administrator.rb