Interface GetChatInviteLinkCounts

Returns the list of chat administrators with number of their invite links. Requires owner privileges in the chat. Request type for Tdjson#getChatInviteLinkCounts.

interface GetChatInviteLinkCounts {
    @type: "getChatInviteLinkCounts";
    chat_id: number;
}

Properties

Properties

@type: "getChatInviteLinkCounts"
chat_id: number

Chat identifier.