Skip to content

AddedReaction

Type · TDLib 1.8.67 · d1085f9c

Represents a reaction applied to a message

AddedReaction(
  type: ReactionType,
  sender_id: MessageSender,
  is_outgoing: Bool,
  date: int32
) → AddedReaction

type

ReactionType

Type of the reaction

sender_id

MessageSender

Identifier of the chat member, applied the reaction

is_outgoing

Bool

True, if the reaction was added by the current user

date

int32

Point in time (Unix timestamp) when the reaction was added