Class TdApi.LinkPreviewTypeStory

Enclosing class:
TdApi

public static class TdApi.LinkPreviewTypeStory extends TdApi.LinkPreviewType
The link is a link to a story. Link preview description is unavailable.
  • Field Details

    • storySenderChatId

      public long storySenderChatId
      The identifier of the chat that posted the story.
    • storyId

      public int storyId
      Story identifier.
    • CONSTRUCTOR

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

    • LinkPreviewTypeStory

      public LinkPreviewTypeStory()
      The link is a link to a story. Link preview description is unavailable.
    • LinkPreviewTypeStory

      public LinkPreviewTypeStory(long storySenderChatId, int storyId)
      The link is a link to a story. Link preview description is unavailable.
      Parameters:
      storySenderChatId - The identifier of the chat that posted the story.
      storyId - Story 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