# AmityMessageBubbleView

## AmityMessageBubbleView

This widget renders individual chat messages as bubbles in the conversation view. It handles different message types, statuses, and provides interaction options such as reply, edit, and delete.

***

<br>

### Features

| Feature              | Description                                    |
| -------------------- | ---------------------------------------------- |
| Content Rendering    | Support for text, images, videos               |
| Interaction Handlers | Tap, long-press actions for message operations |
| Rich Content         | URL detection, media previews, and thumbnails  |
| Error Handling       | Retry options for failed messages              |

<br>

### Usages

The AmityMessageBubbleView is typically used within a ListView in a chat interface:

{% embed url="<https://gist.github.com/amythee/069b2fc62b801b165928719c7a117527>" %}


---

# 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://docs.social.plus/social-plus-uikit/uikit-4/chat/conversation-chat/amitymessagebubbleview.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.
