The constructor.
the body of the response.
Protected
dataThe response data.
Gets the response data.
the response data.
Gets a map from the id of the comments to whether they are hidden. If a comment object does not have the 'hidden' field, 'undefined' is returned for that object.
a map from the id of the comments to whether it is hidden.
Gets a map from the id of the comments to their like_count. If a comment object does not have the 'like_count' field, 'undefined' is returned for that object.
a map from the id of the comments to their 'like_count'.
Gets a map from the id of the comments to their media. If a comment object does not have the 'media' field, 'undefined' is returned for that object.
a map from the id of the comments to their 'media'.
Gets an array with the replies of the all the comments. If a comment object does not have the 'replies' field, 'undefined' is returned for that object. The replies field can only be returned for top level comments.
an array with the replies of the all the comments.
Gets a map from the id of the comments to their replies. If a comment object does not have the 'replies' field, 'undefined' is returned for that object. The replies field can only be returned for top level comments.
a map from the id of the comments to their 'replies'.
Gets a map from the id of the comments to their timestamp. If a comment object does not have the 'timestamp' field, 'undefined' is returned for that object.
a map from the id of the comments to their 'timestamp'.
Gets a map from the id of the comments to their username. If a media object does not have the 'username' field, 'undefined' is returned for that object.
a map from the id of the comments to their 'username'.
Generated using TypeDoc
Class that represents a response from requests to get the comments on an object.
Author
Tiago Grosso tiagogrosso99@gmail.com
Since
0.7.0