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>.

NameTypeDescription
chat_idstringChat identifier.
creator_user_idstringUser 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.