Story Emoji Component
data class StoryEmojiComponent(id: String, emojiCodes: List<String>, selectedEmojiIndex: Int, customPayload: String?) : StoryComponent
Content copied to clipboard
This data class represents the Emoji component.
Constructors
StoryEmojiComponent
Link copied to clipboard
Properties
customPayload
Link copied to clipboard
emojiCodes
Link copied to clipboard
selectedEmojiIndex
Link copied to clipboard
type
Link copied to clipboard