# `Common.Message.Statustext`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L8823)

# `t`

```elixir
@type t() :: %Common.Message.Statustext{
  chunk_seq: XMAVLink.Types.uint8_t(),
  id: XMAVLink.Types.uint16_t(),
  severity: Common.Types.mav_severity(),
  text: [char()]
}
```

Status text message. These messages are printed in yellow in the COMM console of QGroundControl. WARNING: They consume quite some bandwidth, so use only for important status and error messages. If implemented wisely, these messages are buffered on the MCU and sent only at a limited rate (e.g. 10 Hz).

---

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