telegram.VideoChatScheduled
- class telegram.VideoChatScheduled(start_date, **_kwargs)
Bases:
TelegramObject
This object represents a service message about a video chat scheduled in the chat.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
start_date
are equal.New in version 13.12.
- Parameters:
start_date (
datetime.datetime
) – Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator**kwargs (
dict
) – Arbitrary keyword arguments.
- start_date
Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator
- Type:
datetime.datetime
- classmethod de_json(data, bot)
- to_dict()