StoryForwardHeader

class pyrogram.types.StoryForwardHeader

Contains information about origin of forwarded story.

Parameters:
  • user (User, optional) – Sender of the story.

  • sender_name (str, optional) – For stories forwarded from users who have hidden their accounts, name of the user.

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

  • story_id (int) – Unique identifier for the original story.

  • is_modified (bool) – True, if the story is modified.