DeleteAllRevokedChatInviteLinks constructor

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

Implementation

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