Class TdApi.LinkPreviewTypeLiveStory

Enclosing class:
TdApi

public static class TdApi.LinkPreviewTypeLiveStory extends TdApi.LinkPreviewType
The link is a link to a live story group call.
  • Field Details

    • storyPosterChatId

      public long storyPosterChatId
      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

    • LinkPreviewTypeLiveStory

      public LinkPreviewTypeLiveStory()
      The link is a link to a live story group call.
    • LinkPreviewTypeLiveStory

      public LinkPreviewTypeLiveStory(long storyPosterChatId, int storyId)
      The link is a link to a live story group call.
      Parameters:
      storyPosterChatId - 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