Interface Story

This object represents a story.

interface Story {
    chat: Chat;
    id: number;
}

Properties

Properties

chat: Chat

Chat that posted the story

id: number

Unique identifier for the story in the chat