parentCommentId property

dynamic parentCommentId
final

ID of the parent comment if the comment is a reply.

Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime, serialize-ids-as-strings=true can be passed as a query param to any v2 endpoint to opt-in to this change now. See this changelog for more detail.

Implementation

final dynamic parentCommentId;