# `ExGram.Model.VideoChatScheduled`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.64.0/lib/ex_gram.ex#L4386)

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

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#videochatscheduled)

- `start_date`: Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator

# `t`

```elixir
@type t() :: %ExGram.Model.VideoChatScheduled{start_date: integer()}
```

# `decode_as`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
