View Source ExTDLib.Method.DeleteRevokedChatInviteLink (ExTDLib v0.0.4)
Deletes revoked chat invite links. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| invite_link | string | Invite link to revoke. |
More details on telegram's documentation.