Skip to content

Commit

Permalink
Pyrofork: fix typo in Story
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <wulan17@nusantararom.org>
  • Loading branch information
wulan17 committed Dec 25, 2023
1 parent 8648853 commit a2d1d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/types/messages_and_media/story.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def __init__(
self.caption = caption
self.caption_entities = caption_entities
self.views = views
self.privay = privacy
self.privacy = privacy
self.forward_from = forward_from
self.allowed_users = allowed_users
self.denied_users = denied_users
Expand Down

0 comments on commit a2d1d31

Please sign in to comment.