Interface ChatInviteLinks

Contains a list of chat invite links.

interface ChatInviteLinks {
    @type: "chatInviteLinks";
    invite_links: ChatInviteLink[];
    total_count: number;
}

Properties

@type: "chatInviteLinks"
invite_links: ChatInviteLink[]

List of invite links.

total_count: number

Approximate total number of chat invite links found.