Sha256: 9717f165c00859882bcac43c07bc632acee5065f89a65a32ec449eaec663ec4e

Contents?: true

Size: 521 Bytes

Versions: 1

Compression:

Stored size: 521 Bytes

Contents

module TD::Types
  # Describes a chat administrator with a number of active and revoked chat invite links.
  #
  # @attr user_id [Integer] Administrator's user identifier.
  # @attr invite_link_count [Integer] Number of active invite links.
  # @attr revoked_invite_link_count [Integer] Number of revoked invite links.
  class ChatInviteLinkCount < Base
    attribute :user_id, TD::Types::Integer
    attribute :invite_link_count, TD::Types::Integer
    attribute :revoked_invite_link_count, TD::Types::Integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/chat_invite_link_count.rb