> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.ChatMessageType

# <a id="SuperOffice_WebApi_Data_ChatMessageType" /> Enum ChatMessageType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Chat Message type
This Enum is used by:  chat\_message.type

```csharp theme={null}
public enum ChatMessageType : short
```

## Fields

`Invalid = 0`

0: Invalid

`Special = 3`

3: Special message - see SpecialType field for details

`ToCustomer = 1`

1: Message is from user agent to customer

`ToUser = 2`

2: Message is from customer to user agent
