stories.Stories

class pyrogram.raw.types.stories.Stories

List of stories

Constructor of Stories.

Details:
  • Layer: 187

  • ID: 63C3DD0A

Parameters:
  • count (int 32-bit) – Total number of stories that can be fetched

  • stories (List of StoryItem) – Stories

  • chats (List of Chat) – Mentioned chats

  • users (List of User) – Mentioned users

  • pinned_to_top (List of int 32-bit, optional)

Functions:

This object can be returned by 3 functions.

stories.GetPinnedStories

Fetch the stories pinned on a peer's profile.

stories.GetStoriesArchive

Fetch the story archive » of a peer we control.

stories.GetStoriesByID

Obtain full info about a set of stories by their IDs.