id
is a number representing the unique identifier of the comment.
threadId
is a number representing the unique identifier of the thread where the comment is posted.
userId
is a number representing the unique identifier of the user who made the comment.
BasicComment
is an interface representing a basic comment. It includes the id, user id, and thread id each having their own properties.