Interface ActiveStoryStateUnread

The chat has some unread active stories. Subtype of ActiveStoryState.

interface ActiveStoryStateUnread {
    @type: "activeStoryStateUnread";
}

Properties

Properties

@type: "activeStoryStateUnread"