Pyrofork: fix typo in Story

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-12-25 17:19:01 +07:00
parent 0c93081af9
commit bb9abd880e
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -158,7 +158,7 @@ class Story(Object, Update):
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