targetChatInternalLink property

TargetChatInternalLink? targetChatInternalLink

The chat needs to be open with the provided internal link

Implementation

TargetChatInternalLink? get targetChatInternalLink {
  if (this is TargetChatInternalLink) {
    return this as TargetChatInternalLink;
  }
  return null;
}