Interface UpdateChatPendingJoinRequests

The chat pending join requests were changed. Subtype of Update.

interface UpdateChatPendingJoinRequests {
    @type: "updateChatPendingJoinRequests";
    chat_id: number;
    pending_join_requests: ChatJoinRequestsInfo;
}

Properties

@type: "updateChatPendingJoinRequests"
chat_id: number

Chat identifier.

pending_join_requests: ChatJoinRequestsInfo

The new data about pending join requests; may be null.