stories.Stories

class pyrogram.raw.types.stories.Stories

Telegram API type.

Constructor of Stories.

Details:
  • Layer: 187

  • ID: 63C3DD0A

Parameters:
  • count (int 32-bit) – N/A

  • stories (List of StoryItem) – N/A

  • chats (List of Chat) – N/A

  • users (List of User) – N/A

  • pinned_to_top (List of int 32-bit, optional) – N/A

Functions:

This object can be returned by 3 functions.

stories.GetPinnedStories

Telegram API function.

stories.GetStoriesArchive

Telegram API function.

stories.GetStoriesByID

Telegram API function.