Story Comment Component
data class StoryCommentComponent(id: String, text: String, customPayload: String?) : StoryComponent
Content copied to clipboard
This data class represents the Comment component.
Constructors
StoryCommentComponent
Link copied to clipboard
fun StoryCommentComponent(id: String, text: String, customPayload: String?)
Content copied to clipboard