Story Rating Component
data class StoryRatingComponent(id: String, emojiCode: String, rating: Int, customPayload: String?) : StoryComponent
Content copied to clipboard
This data class represents the Rating component.
Constructors
StoryRatingComponent
Link copied to clipboard
fun StoryRatingComponent(id: String, emojiCode: String, rating: Int, customPayload: String?)
Content copied to clipboard