> For the complete documentation index, see [llms.txt](https://docs.tankandhealerstudio.com/assets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tankandhealerstudio.com/assets/ultimatechatbox/documentation/ultimatechatbox/public-classes/chatinformation.md).

# ChatInformation

## Public Methods

<table data-full-width="true"><thead><tr><th width="174">Method</th><th></th></tr></thead><tbody><tr><td>RemoveChat</td><td>Removes the chat from the chat box.</td></tr><tr><td>UpdateText</td><td>[INTERNAL] Updates the text component of this chat so that it can be display.</td></tr><tr><td>UpdateVisibility</td><td>[INTERNAL] Updates the stored visibility calculations of the chat.</td></tr></tbody></table>

## Properties

<table data-full-width="true"><thead><tr><th width="190.33333333333331">Name</th><th width="89">Type</th><th>Description</th></tr></thead><tbody><tr><td>IsVisible</td><td>bool</td><td>Returns the current state of this chat being visible.</td></tr><tr><td>Username</td><td>string</td><td>The exact username that was provided when registering a chat. If the provided username contained a number, this string includes that number for reference.</td></tr><tr><td>DisplayUsername</td><td>string</td><td>The display username. If the username provided when registering a chat contained a number, then this string will be just the name portion, excluding the associated number.</td></tr><tr><td>Message</td><td>string</td><td>The exact string value provided to the chat box for the message.</td></tr><tr><td>DisplayMessage</td><td>string</td><td>The modified string value with all the users options applied to it so that it looks correct.</td></tr></tbody></table>
