Class TdApi.StoryAlbum

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StoryAlbum
Enclosing class:
TdApi

public static class TdApi.StoryAlbum extends TdApi.Object
Describes album of stories.
  • Field Details

    • id

      public int id
      Unique identifier of the album.
    • name

      public String name
      Name of the album.
    • 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

    • StoryAlbum

      public StoryAlbum()
      Describes album of stories.
    • StoryAlbum

      public StoryAlbum(int id, String name, TdApi.Photo photoIcon, TdApi.Video videoIcon)
      Describes album of stories.
      Parameters:
      id - Unique identifier of the album.
      name - Name of the album.
      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