InternalLinkTypeVideoChat¶
The link is a link to a video chat. Call searchPublicChat with the given chat username, and then joinVideoChat with the given invite hash to process the link
InternalLinkTypeVideoChat(
chat_username: string,
invite_hash: string,
is_live_stream: Bool
) → InternalLinkType