Source code for aiogram.types.video_chat_started

from __future__ import annotations

from .base import TelegramObject


[docs] class VideoChatStarted(TelegramObject): """ This object represents a service message about a video chat started in the chat. Currently holds no information. Source: https://core.telegram.org/bots/api#videochatstarted """