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 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.Function<TdApi.Ok>
      Returns:
      this.CONSTRUCTOR