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.
    • 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)
      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.
  • 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