> ## 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.messages.print_message.PrintMessage

<h2 id="autogen.messages.print_message.PrintMessage" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

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

```python theme={null}
PrintMessage(*args: Any, **data: Any)
```

Print message

<b>Parameters:</b>

| Name     | Description   |
| -------- | ------------- |
| `*args`  | **Type:** Any |
| `**data` | **Type:** Any |

### Class Attributes

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

#### end

<br />

End of the print

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

#### model\_config

<br />

<br />

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

#### objects

<br />

List of objects to print

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

#### sep

<br />

Separator between objects
