Interface GetChatInviteLink

Returns information about an invite link. Requires administrator privileges and can_invite_users right in the chat to get own links and owner privileges to get other links. Request type for Tdjson#getChatInviteLink.

interface GetChatInviteLink {
    @type: "getChatInviteLink";
    chat_id: number;
    invite_link: string;
}

Properties

@type: "getChatInviteLink"
chat_id: number

Chat identifier.

invite_link: string

Invite link to get.