telegram.VideoChatScheduled

class telegram.VideoChatScheduled(*args, **kwargs)[source]

Bases: telegram.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.

Changed in version 20.0: This class was renamed from VoiceChatScheduled in accordance to Bot API 6.0.

Parameters
start_date[source]

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)[source]

See telegram.TelegramObject.de_json().

to_dict()[source]

See telegram.TelegramObject.to_dict().