/** * ## VideoChatStarted * This object represents a service message about a video chat started in the chat. Currently holds no information. * @see https://core.telegram.org/bots/api#videochatstarted */ export type VideoChatStarted = Record;