StorySkipped

class pyrogram.types.StorySkipped

A skipped story.

Parameters:
  • id (int) – Unique story identifier.

  • from_user (User, optional) – Sender of the story.

  • sender_chat (Chat, optional) – Sender of the story. If the story is from channel.

  • date (datetime, optional) – Date the story was sent.

  • expire_date (datetime, optional) – Date the story will be expired.

  • close_friends (bool, optional) – True, if the Story is shared with close_friends only.