MomentsStoryGroup

data class MomentsStoryGroup(id: String, iconUrl: String?, seen: Boolean, stories: List<MomentsStory>)

This data class represents a story group in the StorylyView.

Constructors

MomentsStoryGroup
Link copied to clipboard
fun MomentsStoryGroup(id: String, iconUrl: String?, seen: Boolean, stories: List<MomentsStory>)

Properties

iconUrl
Link copied to clipboard
val iconUrl: String?

URL of the story group icon image

id
Link copied to clipboard
val id: String

ID of the story group

seen
Link copied to clipboard
val seen: Boolean

State of the story group that shows whether all of the stories are seen or not

stories
Link copied to clipboard
val stories: List<MomentsStory>

List of stories in the story group