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