Interface ChatJoinRequests

Contains a list of requests to join a chat.

interface ChatJoinRequests {
    @type: "chatJoinRequests";
    requests: ChatJoinRequest[];
    total_count: number;
}

Properties

@type: "chatJoinRequests"
requests: ChatJoinRequest[]

List of the requests.

total_count: number

Approximate total number of requests found.