GetMessageLinkInfo constructor
const
GetMessageLinkInfo({
- required String url,
Returns information about a public or private message link. Can be called for any internal link of the type internalLinkTypeMessage
Implementation
const GetMessageLinkInfo({
required this.url,
});