Class TdApi.LinkPreviewTypeStoryAlbum

Enclosing class:
TdApi

public static class TdApi.LinkPreviewTypeStoryAlbum extends TdApi.LinkPreviewType
The link is a link to an album of stories.
  • Field Details

    • photoIcon

      public TdApi.Photo photoIcon
      Icon of the album; may be null if none.
    • videoIcon

      public TdApi.Video videoIcon
      Video icon of the album; may be null if none.
    • CONSTRUCTOR

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

    • LinkPreviewTypeStoryAlbum

      public LinkPreviewTypeStoryAlbum()
      The link is a link to an album of stories.
    • LinkPreviewTypeStoryAlbum

      public LinkPreviewTypeStoryAlbum(TdApi.Photo photoIcon, TdApi.Video videoIcon)
      The link is a link to an album of stories.
      Parameters:
      photoIcon - Icon of the album; may be null if none.
      videoIcon - Video icon of the album; may be null if none.
  • 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