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

This object represents a unique message identifier.

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

- `message_id`: Unique message identifier. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent

# `t`

```elixir
@type t() :: %ExGram.Model.MessageId{message_id: integer()}
```

# `decode_as`

---

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