stories.StoryViewsList

class pyrogram.raw.types.stories.StoryViewsList

Telegram API type.

Constructor of StoryViewsList.

Details:
  • Layer: 187

  • ID: 59D78FC5

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

  • views_count (int 32-bit) – N/A

  • forwards_count (int 32-bit) – N/A

  • reactions_count (int 32-bit) – N/A

  • views (List of StoryView) – N/A

  • chats (List of Chat) – N/A

  • users (List of User) – N/A

  • next_offset (str, optional) – N/A

Functions:

This object can be returned by 1 function.

stories.GetStoryViewsList

Telegram API function.