InternalLinkTypeVideoChat constructor

InternalLinkTypeVideoChat(
  1. {required String chat_username,
  2. required String invite_hash,
  3. required bool is_live_stream,
  4. int? extra,
  5. int? clientId}
)

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

InternalLinkTypeVideoChat