peyk.platforms.telegram.types.video_chat_scheduled¶
Classes
|
This object represents a service message about a video chat scheduled in the chat. |
- class peyk.platforms.telegram.types.video_chat_scheduled.VideoChatScheduled(start_date: int = 0)[source]¶
Bases:
objectThis object represents a service message about a video chat scheduled in the chat.
- Variables:
start_date (int) – Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator
- start_date: int = 0¶
- classmethod from_dict(data: dict | None) VideoChatScheduled | None[source]¶
Provides the from dict operation for the Telegram integration.
- Parameters:
data – Value used by this operation.
- Returns:
Result produced by the operation.