process_chat_join_requests


Description:

public async Ok process_chat_join_requests (int64 chat_id, string invite_link, bool approve) throws TDLibError

Handles all pending join requests for a given link in a chat

Parameters:

chat_id

Chat identifier

invite_link

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

Pass true to approve all requests; pass false to decline them