VerticalFeedItemCommentComponent

data class VerticalFeedItemCommentComponent(id: String, text: String) : VerticalFeedItemComponent

This data class represents the Comment component.

Constructors

VerticalFeedItemCommentComponent
Link copied to clipboard
fun VerticalFeedItemCommentComponent(id: String, text: String)

Properties

id
Link copied to clipboard
open override val id: String

Id of the interactive component

text
Link copied to clipboard
val text: String

Comment value which user sent in the component

type
Link copied to clipboard
val type: VerticalFeedItemComponentType

Type of the interactive component