stories.FoundStories#

class pyrogram.raw.types.stories.FoundStories#

Stories found using global story search ».

Constructor of FoundStories.

Details:
  • Layer: 187

  • ID: E2DE7737

Parameters:
  • count (int 32-bit) – Total number of results found for the query.

  • stories (List of FoundStory) – Matching stories.

  • chats (List of Chat) – Mentioned chats

  • users (List of User) – Mentioned users

  • next_offset (str, optional) – Offset used to fetch the next page, if not set this is the final page.

Functions:

This object can be returned by 1 function.

stories.SearchPosts

Globally search for stories using a hashtag or a location media area, see here » for more info on the full flow.