Story¶
- class telegram.Story(chat, id, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObject
This object represents a story.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
chat
andid
are equal.Available In
Added in version 20.5.
- Parameters:
chat (
telegram.Chat
) – Chat that posted the story.