DeleteAllRevokedChatInviteLinks constructor

const DeleteAllRevokedChatInviteLinks({
  1. required int chatId,
  2. required int creatorUserId,
})

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

Implementation

const DeleteAllRevokedChatInviteLinks({
  required this.chatId,
  required this.creatorUserId,
});