peyk.platforms.telegram.types.story¶
Classes
|
This object represents a story. |
- class peyk.platforms.telegram.types.story.Story(chat: Chat | None = None, id: int | None = None)[source]¶
Bases:
objectThis object represents a story.
- Variables:
chat (peyk.platforms.telegram.types.chat.Chat | None) – Chat that posted the story
id (int | None) – Unique identifier for the story in the chat
- id: int | None = None¶