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

NameTypeDescription
chat_idstringChat identifier.
invite_linkstringInvite link to revoke.

More details on telegram's documentation.