Class TdApi.InternalLinkTypeStoryAlbum

Enclosing class:
TdApi

public static class TdApi.InternalLinkTypeStoryAlbum extends TdApi.InternalLinkType
The link is a link to an album of stories. Call searchPublicChat with the given username, then call getStoryAlbumStories with the received chat identifier and the given story album identifier, then show the story album if received.
  • Field Details

    • storyAlbumOwnerUsername

      public String storyAlbumOwnerUsername
      Username of the owner of the story album.
    • storyAlbumId

      public int storyAlbumId
      Story album identifier.
    • CONSTRUCTOR

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

    • InternalLinkTypeStoryAlbum

      public InternalLinkTypeStoryAlbum()
      The link is a link to an album of stories. Call searchPublicChat with the given username, then call getStoryAlbumStories with the received chat identifier and the given story album identifier, then show the story album if received.
    • InternalLinkTypeStoryAlbum

      public InternalLinkTypeStoryAlbum(String storyAlbumOwnerUsername, int storyAlbumId)
      The link is a link to an album of stories. Call searchPublicChat with the given username, then call getStoryAlbumStories with the received chat identifier and the given story album identifier, then show the story album if received.
      Parameters:
      storyAlbumOwnerUsername - Username of the owner of the story album.
      storyAlbumId - Story album identifier.
  • 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