Story

@Serializable
data class Story(val id: Int, val chat: Chat)

This object represents a story.

Api reference

Constructors

Link copied to clipboard
constructor(id: Int, chat: Chat)

Properties

Link copied to clipboard
val chat: Chat

Chat that posted the story

Link copied to clipboard
val id: Int

Unique identifier for the story in the chat