TargetChatInternalLink constructor

const TargetChatInternalLink({
  1. required InternalLinkType link,
})

The chat needs to be open with the provided internal link

Implementation

const TargetChatInternalLink({
  required this.link,
});