Stories

@Serializable
data class Stories(    val userName: String?,     val storyUpdated: Long?,     val storyOver: Long?,     val caption: String?,     val image: String?)

Represents a collection of stories.

Parameters

userName

the username associated with the story.

storyUpdated

the timestamp when the story was last updated.

storyOver

the timestamp when the story expires.

caption

the caption of the story.

image

the image URL of the story.

Constructors

Link copied to clipboard
constructor(    userName: String?,     storyUpdated: Long?,     storyOver: Long?,     caption: String?,     image: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard