GetMessageLinkInfo constructor

const GetMessageLinkInfo({
  1. 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,
});