• Hide own stories views (activate so called "stealth mode")

    Currently has a cooldown of 1 hour, and throws FLOOD_WAIT error if it is on cooldown.

    Parameters

    • client: ITelegramClient
    • Optionalparams: { future?: boolean; past?: boolean }
      • Optionalfuture?: boolean

        Whether to hide views for the next 25 minutes

        true
        
      • Optionalpast?: boolean

        Whether to hide views from the last 5 minutes

        true
        

    Returns Promise<StoriesStealthMode>