peyk.platforms.telegram.types.video_chat_ended

Classes

VideoChatEnded([duration])

This object represents a service message about a video chat ended in the chat.

class peyk.platforms.telegram.types.video_chat_ended.VideoChatEnded(duration: int = 0)[source]

Bases: object

This object represents a service message about a video chat ended in the chat.

Variables:

duration (int) – Video chat duration in seconds

duration: int = 0
classmethod from_dict(data: dict | None) VideoChatEnded | None[source]

Provides the from dict operation for the Telegram integration.

Parameters:

data – Value used by this operation.

Returns:

Result produced by the operation.