Interface ChatFolderInviteLinks

Represents a list of chat folder invite links.

interface ChatFolderInviteLinks {
    @type: "chatFolderInviteLinks";
    invite_links: ChatFolderInviteLink[];
}

Properties

Properties

@type: "chatFolderInviteLinks"
invite_links: ChatFolderInviteLink[]

List of the invite links.