Interface StoryOriginHiddenUser

The original story was posted by an unknown user. Subtype of StoryOrigin.

interface StoryOriginHiddenUser {
    @type: "storyOriginHiddenUser";
    poster_name: string;
}

Properties

Properties

@type: "storyOriginHiddenUser"
poster_name: string

Name of the user or the chat that posted the story.