> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.types.UserMessageImageContentPart

<h2 id="autogen.types.UserMessageImageContentPart" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">UserMessageImageContentPart</span>
</h2>

```python theme={null}
UserMessageImageContentPart(*args, **kwargs)
```

Represents an image content part of a user message

<b>Parameters:</b>

| Name       | Description |
| ---------- | ----------- |
| `*args`    |             |
| `**kwargs` |             |

### Class Attributes

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### image\_url

<br />

The URL of the image.

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### type

<br />

The type of the content part. Always "image\_url" for image content parts.
