Class TdApi.StoryInteractionTypeRepost

Enclosing class:
TdApi

public static class TdApi.StoryInteractionTypeRepost extends TdApi.StoryInteractionType
A repost of the story as a story.
  • Field Details

    • story

      public TdApi.Story story
      The reposted story.
    • CONSTRUCTOR

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

    • StoryInteractionTypeRepost

      public StoryInteractionTypeRepost()
      A repost of the story as a story.
    • StoryInteractionTypeRepost

      public StoryInteractionTypeRepost(TdApi.Story story)
      A repost of the story as a story.
      Parameters:
      story - The reposted story.
  • Method Details