EditChatInviteLink constructor
EditChatInviteLink({})
Implementation
EditChatInviteLink({
required this.chatId,
required this.inviteLink,
required this.name,
required this.expirationDate,
required this.memberLimit,
required this.createsJoinRequest,
});