stories.StoryViewsList

class pyrogram.raw.types.stories.StoryViewsList

Reaction and view counters for a story

Constructor of StoryViewsList.

Details:
  • Layer: 187

  • ID: 59D78FC5

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

  • views_count (int 32-bit) – Total number of story views

  • forwards_count (int 32-bit) – Total number of story forwards/reposts

  • reactions_count (int 32-bit) – Number of reactions that were added to the story

  • views (List of StoryView) – Story view date and reaction information

  • chats (List of Chat) – Mentioned chats

  • users (List of User) – Mentioned users

  • next_offset (str, optional) – Offset for pagination

Functions:

This object can be returned by 1 function.

stories.GetStoryViewsList

Obtain the list of users that have viewed a specific story we posted