Interface ActivateStoryStealthMode

Activates stealth mode for stories, which hides all views of stories from the current user in the last "story_stealth_mode_past_period" seconds and for the next "story_stealth_mode_future_period" seconds; for Telegram Premium users only. Request type for Tdjson#activateStoryStealthMode.

interface ActivateStoryStealthMode {
    @type: "activateStoryStealthMode";
}

Properties

Properties

@type: "activateStoryStealthMode"