View Source ExTDLib.Method.ProcessChatJoinRequests (ExTDLib v0.0.4)

Handles all pending join requests for a given link in a chat. Returns object_ptr<Ok>.

NameTypeDescription
chat_idstringChat identifier.
invite_linkstringInvite 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.
approveboolPass true to approve all requests; pass false to decline them.

More details on telegram's documentation.