Interface ChatInviteLinkCounts

Contains a list of chat invite link counts.

interface ChatInviteLinkCounts {
    @type: "chatInviteLinkCounts";
    invite_link_counts: ChatInviteLinkCount[];
}

Properties

@type: "chatInviteLinkCounts"
invite_link_counts: ChatInviteLinkCount[]

List of invite link counts.