RevokeChatInviteLink constructor

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

Implementation

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