Screen Note Comment

Type: object

AttributeTypeDescription
idstringUnique id of the comment
contentstringContent of the comment
authorUser-
updatedintegerThe unix timestamp when the comment was updated

Example

{
  "id": "5dbad85a89ea51c1f35bcffe",
  "author": {
    "id": "5d9caaecb4a3fa9bc9718686",
    "email": "[email protected]",
    "username": "zozo",
    "emotar": "🍎",
    "avatar": "http://placekitten.com/200/300",
    "last_seen": 1616739240
  },
  "content": "Hey ho! Let's go!",
  "updated": 1572347818
}