• Get all stories (e.g. to load the top bar)

    Parameters

    • client: ITelegramClient
    • Optionalparams: { archived?: boolean; offset?: string }
      • Optionalarchived?: boolean

        Whether to fetch stories from "archived" (or "hidden") peers

      • Optionaloffset?: string

        Offset from which to fetch stories

    Returns Promise<AllStories>