Class TdApi.AddedReaction

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

public static class TdApi.AddedReaction extends TdApi.Object
Represents a reaction applied to a message.
  • Field Details

    • type

      public TdApi.ReactionType type
      Type of the reaction.
    • senderId

      public TdApi.MessageSender senderId
      Identifier of the chat member, applied the reaction.
    • isOutgoing

      public boolean isOutgoing
      True, if the reaction was added by the current user.
    • date

      public int date
      Point in time (Unix timestamp) when the reaction was added.
    • CONSTRUCTOR

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

    • AddedReaction

      public AddedReaction()
      Represents a reaction applied to a message.
    • AddedReaction

      public AddedReaction(TdApi.ReactionType type, TdApi.MessageSender senderId, boolean isOutgoing, int date)
      Represents a reaction applied to a message.
      Parameters:
      type - Type of the reaction.
      senderId - Identifier of the chat member, applied the reaction.
      isOutgoing - True, if the reaction was added by the current user.
      date - Point in time (Unix timestamp) when the reaction was added.
  • 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