DeleteAllRevokedChatInviteLinks constructor

DeleteAllRevokedChatInviteLinks(
  1. {required int chat_id,
  2. required int creator_user_id,
  3. int? extra,
  4. int? clientId}
)

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 Ok

Implementation

DeleteAllRevokedChatInviteLinks