Class TdApi.LinkPreviewTypeVideoChat

Enclosing class:
TdApi

public static class TdApi.LinkPreviewTypeVideoChat extends TdApi.LinkPreviewType
The link is a link to a video chat.
  • Field Details

    • photo

      public TdApi.ChatPhoto photo
      Photo of the chat with the video chat; may be null if none.
    • isLiveStream

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

      public boolean joinsAsSpeaker
      True, if the user can use the link to join the video chat without being muted by administrators.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • LinkPreviewTypeVideoChat

      public LinkPreviewTypeVideoChat()
      The link is a link to a video chat.
    • LinkPreviewTypeVideoChat

      public LinkPreviewTypeVideoChat(TdApi.ChatPhoto photo, boolean isLiveStream, boolean joinsAsSpeaker)
      The link is a link to a video chat.
      Parameters:
      photo - Photo of the chat with the video chat; may be null if none.
      isLiveStream - True, if the video chat is expected to be a live stream in a channel or a broadcast group.
      joinsAsSpeaker - True, if the user can use the link to join the video chat without being muted by administrators.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR