# Messages sent via the API appear narrower than messages sent directly from the phone.

Messages containing links are processed specially to ensure the best visual presentation for the recipient.\
You can see that the width of the displayed content on the end device (mobile app or WhatsApp Web) changes depending on the request parameters. The same set of group data may appear differently on a phone than on WhatsApp Web, so it's important to take this into account.

Below are practical observations and tips that affect the content width when sending messages:

1. [Send text message](https://whapi.readme.io/reference/sendmessagetext)

If you send text (a link within the text) with the no\_link\_preview: true parameter, the display will be as wide as possible. The preview (website image) will not be shown.

The wide\_link\_preview parameter does not affect the block width, but it does affect whether the full-size preview is shown (if it's not disabled).

2. [Send media-image message](https://whapi.readme.io/reference/sendmessageimage)

If you send an image (used as a website preview) + caption (a link within the text), the block width becomes wide on devices, but slightly smaller than the plain text.

3. [Send link preview message](https://whapi.readme.io/reference/sendmessagelinkpreview)

If you force media to be added as a preview, a narrower block display is generated on the phone.

The width of the preview without media is the same as "Send text message + no\_link\_preview: true."


---

# 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://support.whapi.cloud/help-desk/faq/messages-sent-via-the-api-appear-narrower-than-messages-sent-directly-from-the-phone..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.
