processChatJoinRequests¶
Handles all pending join requests for a given link in a chat
processChatJoinRequests(
chat_id: int53,
invite_link: string,
approve: Bool
) → Ok
chat_id¶
int53
Chat identifier
invite_link¶
string
Invite link for which to process join requests. If empty, all join requests will be processed. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links
approve¶
Bool
Pass true to approve all requests; pass false to decline them