Story

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

Story

This object represents a story.

(auto-generated)

Author

ForteScarlet

Constructors

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

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