reactionHandler
abstract var reactionHandler: (comment: Comment, reaction: CommentReaction) -> PromiseLike<Void?>?(source)
Optional reaction handler for creating and deleting reactions on a Comment.
Optional reaction handler for creating and deleting reactions on a Comment.