View Source ExTDLib.Method.ProcessChatJoinRequest (ExTDLib v0.0.4)
Handles a pending join request in a chat. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| user_id | string | Identifier of the user that sent the request. |
| approve | bool | Pass true to approve the request; pass false to decline it. |
More details on telegram's documentation.