StoryView

class pyrogram.types.StoryView[source]

A story view date and reaction information.

Parameters:
  • from_user (User, optional) – The user that viewed the story. None when the story was forwarded or reposted by a chat.

  • date (datetime, optional) – Date the story was viewed, forwarded or reposted.

  • is_blocked (bool, optional) – Whether we have completely blocked this user, including from viewing more of our stories.

  • is_blocked_my_stories_from (bool, optional) – Whether we have blocked this user from viewing more of our stories.

  • reaction (Reaction, optional) – Reaction that the user left on the story.