Class TdApi.StoryInteraction

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.StoryInteraction
Enclosing class:
TdApi

public static class TdApi.StoryInteraction extends TdApi.Object
Represents interaction with a story.
  • Field Details

    • actorId

      public TdApi.MessageSender actorId
      Identifier of the user or chat that made the interaction.
    • interactionDate

      public int interactionDate
      Approximate point in time (Unix timestamp) when the interaction happened.
    • blockList

      public TdApi.BlockList blockList
      Block list to which the actor is added; may be null if none or for chat stories.
    • type

      Type of the interaction.
    • CONSTRUCTOR

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

    • StoryInteraction

      public StoryInteraction()
      Represents interaction with a story.
    • StoryInteraction

      public StoryInteraction(TdApi.MessageSender actorId, int interactionDate, TdApi.BlockList blockList, TdApi.StoryInteractionType type)
      Represents interaction with a story.
      Parameters:
      actorId - Identifier of the user or chat that made the interaction.
      interactionDate - Approximate point in time (Unix timestamp) when the interaction happened.
      blockList - Block list to which the actor is added; may be null if none or for chat stories.
      type - Type of the interaction.
  • 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