View Source ExTDLib.Method.DeleteAllRevokedChatInviteLinks (ExTDLib v0.0.4)
Deletes all revoked chat invite links created by a given chat administrator. 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. |
| creator_user_id | string | User identifier of a chat administrator, which links will be deleted. Must be an identifier of the current user for non-owner. |
More details on telegram's documentation.