reactionHandler

abstract var reactionHandler: (comment: Comment, reaction: CommentReaction) -> PromiseLike<Void?>?(source)

Optional reaction handler for creating and deleting reactions on a Comment.

Online Documentation