Interface ChatStatisticsObjectTypeStory

Describes a story sent by the chat. Subtype of ChatStatisticsObjectType.

interface ChatStatisticsObjectTypeStory {
    @type: "chatStatisticsObjectTypeStory";
    story_id: number;
}

Properties

Properties

@type: "chatStatisticsObjectTypeStory"
story_id: number

Story identifier.