message; } public function getReactionMessage(): ?IComment { return $this->reactionMessage; } public function getActorType(): string { return $this->actorType; } public function getActorId(): string { return $this->actorId; } public function getActorDisplayName(): string { return $this->actorDisplayName; } public function getReaction(): string { return $this->reaction; } }