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>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | 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. |
More details on telegram's documentation.