MessageLink constructor
Contains an HTTPS link to a message in a supergroup or channel, or a forum topic
Implementation
const MessageLink({
required this.link,
required this.isPublic,
this.extra,
this.clientId,
});
Contains an HTTPS link to a message in a supergroup or channel, or a forum topic
const MessageLink({
required this.link,
required this.isPublic,
this.extra,
this.clientId,
});