Story Group
data class StoryGroup(uniqueId: String, title: String, iconUrl: String, thematicIconUrls: Map<String, String>?, coverUrl: String?, index: Int, seen: Boolean, stories: List<Story>, pinned: Boolean, type: StoryGroupType, momentsUser: MomentsUser?)
Content copied to clipboard
This data class represents a story group in the StorylyView.
Constructors
StoryGroup
Link copied to clipboard
fun StoryGroup(uniqueId: String, title: String, iconUrl: String, thematicIconUrls: Map<String, String>?, coverUrl: String?, index: Int, seen: Boolean, stories: List<Story>, pinned: Boolean, type: StoryGroupType, momentsUser: MomentsUser?)
Content copied to clipboard
Properties
momentsUser
Link copied to clipboard
thematicIconUrls
Link copied to clipboard
type
Link copied to clipboard