MessageLinkInfo constructor
MessageLinkInfo({})
Implementation
MessageLinkInfo({
required this.isPublic,
required this.chatId,
this.topicId,
this.message,
required this.mediaTimestamp,
required this.checklistTaskId,
required this.pollOptionId,
required this.forAlbum,
});