# MAX

Ошибки при отправке сообщений через MAX.

***

### `MAX_SEND_MESSAGE_423` — ссылка на изображение некорректна или устарела

**Описание:** Не удалось отправить сообщение в MAX, ссылка на изображение некорректна или устарела

**Причина:** URL изображения недействителен или недоступен.

**Решение:** Проверьте ссылку на изображение. Убедитесь, что файл доступен.

***

### `MAX_SEND_MESSAGE_UNKNOWN` — неизвестная ошибка MAX

**Описание:** Неизвестная ошибка при отправке сообщения в MAX, обратитесь в техподдержку Nextbot для уточнения причины

**Причина:** Ошибка не распознана.

**Решение:** Обратитесь в техподдержку Nextbot с кодом и деталями.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.nextbot.ru/questions-answers/errors-description/channels/max.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
