Class TdApi.StoryInteractionInfo

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

public static class TdApi.StoryInteractionInfo extends TdApi.Object
Contains information about interactions with a story.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    int
    Number of times the story was forwarded; 0 if none or unknown.
    int
    Number of reactions added to the story; 0 if none or unknown.
    long[]
    Identifiers of at most 3 recent viewers of the story.
    int
    Number of times the story was viewed.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Contains information about interactions with a story.
    StoryInteractionInfo(int viewCount, int forwardCount, int reactionCount, long[] recentViewerUserIds)
    Contains information about interactions with a story.
  • 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

    • viewCount

      public int viewCount
      Number of times the story was viewed.
    • forwardCount

      public int forwardCount
      Number of times the story was forwarded; 0 if none or unknown.
    • reactionCount

      public int reactionCount
      Number of reactions added to the story; 0 if none or unknown.
    • recentViewerUserIds

      public long[] recentViewerUserIds
      Identifiers of at most 3 recent viewers of the story.
    • CONSTRUCTOR

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

    • StoryInteractionInfo

      public StoryInteractionInfo()
      Contains information about interactions with a story.
    • StoryInteractionInfo

      public StoryInteractionInfo(int viewCount, int forwardCount, int reactionCount, long[] recentViewerUserIds)
      Contains information about interactions with a story.
      Parameters:
      viewCount - Number of times the story was viewed.
      forwardCount - Number of times the story was forwarded; 0 if none or unknown.
      reactionCount - Number of reactions added to the story; 0 if none or unknown.
      recentViewerUserIds - Identifiers of at most 3 recent viewers of the 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