InternalLinkTypeVideoChat constructor
      const
      InternalLinkTypeVideoChat({})
     
    
The link is a link to a video chat. Call searchPublicChat with the given chat username, and then joinGroupCall with the given invite hash to process the link
Implementation
const InternalLinkTypeVideoChat({
  required this.chatUsername,
  required this.inviteHash,
  required this.isLiveStream,
  this.extra,
  this.clientId,
});