Moments Media
data class MomentsMedia(type: StoryType, actionUrl: String?, previewUrl: String?, momentsComponentList: List<MomentsComponent>?)
Content copied to clipboard
This data class represents the media of a story.
Constructors
MomentsMedia
Link copied to clipboard
fun MomentsMedia(type: StoryType, actionUrl: String?, previewUrl: String?, momentsComponentList: List<MomentsComponent>?)
Content copied to clipboard