DeleteRevokedChatInviteLink constructor

DeleteRevokedChatInviteLink({
  1. required int chatId,
  2. required String inviteLink,
})

Implementation

DeleteRevokedChatInviteLink({required this.chatId, required this.inviteLink});