Interface ChatInviteLinkCount

Describes a chat administrator with a number of active and revoked chat invite links.

interface ChatInviteLinkCount {
    @type: "chatInviteLinkCount";
    invite_link_count: number;
    revoked_invite_link_count: number;
    user_id: number;
}

Properties

@type: "chatInviteLinkCount"
invite_link_count: number

Number of active invite links.

revoked_invite_link_count: number

Number of revoked invite links.

user_id: number

Administrator's user identifier.