DeleteAllRevokedChatInviteLinks constructor
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,
});