Comment

fun Comment()
fun Comment(userId: String, postId: String, profilePicture: String, username: String, commentBody: String)

Parameters

userId

Unique identifier of the user who posted the comment.

postId

Unique identifier of the post to which the comment is tied.

profilePicture

URI of the profile picture of the user who posted the comment.

username

Username of the user who posted the comment.

commentBody

Comment per se.