Class TdApi.StoryOriginPublicStory

Enclosing class:
TdApi

public static class TdApi.StoryOriginPublicStory extends TdApi.StoryOrigin
The original story was a public story with known sender.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Identifier of the chat that posted original story.
    static final int
    Identifier uniquely determining type of the object.
    int
    Story identifier of the original story.
  • Constructor Summary

    Constructors
    Constructor
    Description
    The original story was a public story with known sender.
    StoryOriginPublicStory(long chatId, int storyId)
    The original story was a public story with known sender.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • chatId

      public long chatId
      Identifier of the chat that posted original story.
    • storyId

      public int storyId
      Story identifier of the original story.
    • CONSTRUCTOR

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

    • StoryOriginPublicStory

      public StoryOriginPublicStory()
      The original story was a public story with known sender.
    • StoryOriginPublicStory

      public StoryOriginPublicStory(long chatId, int storyId)
      The original story was a public story with known sender.
      Parameters:
      chatId - Identifier of the chat that posted original story.
      storyId - Story identifier of the original story.
  • 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