Class TdApi.InternalLinkTypeVoiceChat

Enclosing class:
TdApi

public static class TdApi.InternalLinkTypeVoiceChat
extends TdApi.InternalLinkType
The link is a link to a voice chat. Call searchPublicChat with the given chat username, and then joinGoupCall with the given invite hash to process the link.
  • Field Details

    • chatUsername

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

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

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

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • InternalLinkTypeVoiceChat

      public InternalLinkTypeVoiceChat()
      The link is a link to a voice chat. Call searchPublicChat with the given chat username, and then joinGoupCall with the given invite hash to process the link.
    • InternalLinkTypeVoiceChat

      public InternalLinkTypeVoiceChat​(String chatUsername, String inviteHash, boolean isLiveStream)
      The link is a link to a voice chat. Call searchPublicChat with the given chat username, and then joinGoupCall with the given invite hash to process the link.
      Parameters:
      chatUsername - String Username of the chat with the voice chat.
      inviteHash - String If non-empty, invite hash to be used to join the voice chat without being muted by administrators.
      isLiveStream - boolean True, if the voice chat is expected to be a live stream in a channel or a broadcast group.
    • InternalLinkTypeVoiceChat

      public InternalLinkTypeVoiceChat​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details