FacebookComment

A Facebook comment.

Constructors

this
this(FacebookService service)

Creates a new Facebook comment.

Members

Functions

updateReacts
void updateReacts()

Updates the reaactions.

Properties

angryReacts
FacebookReact[] angryReacts [@property getter]

Gets the angry reactions.

authorId
string authorId [@property setter]

Sets the author's id.

authorId
string authorId [@property getter]

Gets the author's id.

authorName
string authorName [@property setter]

Sets the author's name.

authorName
string authorName [@property getter]

Gets the author's name.

commentId
string commentId [@property getter]

Gets the comment id.

createdTime
string createdTime [@property setter]

Sets the created time of the comment.

createdTime
string createdTime [@property getter]

Gets the time the comment was created.

hahaReacts
FacebookReact[] hahaReacts [@property getter]

Gets the haha reactions.

id
string id [@property setter]

Sets the id of the comment.

id
string id [@property getter]

Gets the id.

likeReacts
FacebookReact[] likeReacts [@property getter]

Gets the like reactions.

loveReacts
FacebookReact[] loveReacts [@property getter]

Gets the love reactions.

message
string message [@property setter]

Sets the message of the comment.

message
string message [@property getter]

Gets the message.

sadReacts
FacebookReact[] sadReacts [@property getter]

Gets sad reactions.

totalInclusivePositiveReacts
size_t totalInclusivePositiveReacts [@property getter]

Gets the total inclusive positive reactions.

totalNegativeReacts
size_t totalNegativeReacts [@property getter]

Gets the total negative reactions.

totalPositiveReacts
size_t totalPositiveReacts [@property getter]

Gets the total positive reactions.

totalReactionRate
ptrdiff_t totalReactionRate [@property getter]

Gets the totoal reaction rate.

totalReacts
size_t totalReacts [@property getter]

Gets the total reactions.

wowReacts
FacebookReact[] wowReacts [@property getter]

Gets the wow reactions.

Meta