GetChatInviteLink constructor

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

Implementation

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