MessageLinkInfo constructor
const
MessageLinkInfo({})
Contains information about a link to a message in a chat
Implementation
const MessageLinkInfo({
required this.isPublic,
required this.chatId,
this.message,
required this.mediaTimestamp,
required this.forAlbum,
required this.forComment,
this.extra,
this.clientId,
});