Interface ActiveStoryStateRead

The chat has active stories, all of which were read. Subtype of ActiveStoryState.

interface ActiveStoryStateRead {
    @type: "activeStoryStateRead";
}

Properties

Properties

@type: "activeStoryStateRead"