Module tdlight.api

Class TdApi.InternalLinkTypeVideoChat

Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypeVideoChat extends TdApi.InternalLinkType
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.
  • Field Details

    • chatUsername

      public String chatUsername
      Username of the chat with the video chat.
    • inviteHash

      public String inviteHash
      If non-empty, invite hash to be used to join the video chat without being muted by administrators.
    • isLiveStream

      public boolean isLiveStream
      True, if the video chat is expected to be a live stream in a channel or a broadcast group.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InternalLinkTypeVideoChat

      public 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.
    • InternalLinkTypeVideoChat

      public InternalLinkTypeVideoChat(String chatUsername, String inviteHash, boolean isLiveStream)
      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.
      Parameters:
      chatUsername - String Username of the chat with the video chat.
      inviteHash - String If non-empty, invite hash to be used to join the video chat without being muted by administrators.
      isLiveStream - boolean True, if the video chat is expected to be a live stream in a channel or a broadcast group.
    • InternalLinkTypeVideoChat

      public InternalLinkTypeVideoChat(DataInput input) throws IOException
      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.
      Throws:
      IOException
  • Method Details