InternalLinkTypeMessage constructor
The link is a link to a Telegram message. Call getMessageLinkInfo with the given URL to process the link
Implementation
const InternalLinkTypeMessage({
required this.url,
this.extra,
this.clientId,
});
The link is a link to a Telegram message. Call getMessageLinkInfo with the given URL to process the link
const InternalLinkTypeMessage({
required this.url,
this.extra,
this.clientId,
});