Class TdApi.SetStoryReaction

Enclosing class:
TdApi

public static class TdApi.SetStoryReaction extends TdApi.Function<TdApi.Ok>
Changes chosen reaction on a story that has already been sent.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    Type of the reaction to set; pass null to remove the reaction.
    int
    The identifier of the story.
    long
    The identifier of the sender of the story.
    boolean
    Pass true if the reaction needs to be added to recent reactions.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which changes chosen reaction on a story that has already been sent.
    SetStoryReaction(long storySenderChatId, int storyId, TdApi.ReactionType reactionType, boolean updateRecentReactions)
    Creates a function, which changes chosen reaction on a story that has already been sent.
  • 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.Function

    toString

    Methods inherited from class java.lang.Object

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

    • storySenderChatId

      public long storySenderChatId
      The identifier of the sender of the story.
    • storyId

      public int storyId
      The identifier of the story.
    • reactionType

      public TdApi.ReactionType reactionType
      Type of the reaction to set; pass null to remove the reaction. `reactionTypeCustomEmoji` reactions can be used only by Telegram Premium users.
    • updateRecentReactions

      public boolean updateRecentReactions
      Pass true if the reaction needs to be added to recent reactions.
    • CONSTRUCTOR

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

    • SetStoryReaction

      public SetStoryReaction()
      Default constructor for a function, which changes chosen reaction on a story that has already been sent.

      Returns Ok

    • SetStoryReaction

      public SetStoryReaction(long storySenderChatId, int storyId, TdApi.ReactionType reactionType, boolean updateRecentReactions)
      Creates a function, which changes chosen reaction on a story that has already been sent.

      Returns Ok

      Parameters:
      storySenderChatId - The identifier of the sender of the story.
      storyId - The identifier of the story.
      reactionType - Type of the reaction to set; pass null to remove the reaction. `reactionTypeCustomEmoji` reactions can be used only by Telegram Premium users.
      updateRecentReactions - Pass true if the reaction needs to be added to recent reactions.
  • 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