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

# SuperOffice.WebApi.Data.ChatWidgetSize

# <a id="SuperOffice_WebApi_Data_ChatWidgetSize" /> Enum ChatWidgetSize

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

Chat widget size: normal or large

```csharp theme={null}
public enum ChatWidgetSize
```

## Fields

`Large = 1`

1: Large size chat widget.

`Normal = 0`

0: Normal chat widget size.


## Related topics

- [SuperOffice.WebApi.Data.ChatWidgetSettings](/en/api/reference/webapi/SuperOffice.WebApi.Data.ChatWidgetSettings.md)
- [SuperOffice.WebApi.Data.WidgetTheme](/en/api/reference/webapi/SuperOffice.WebApi.Data.WidgetTheme.md)
- [SuperOffice.WebApi.Data.WidgetRequiredFields](/en/api/reference/webapi/SuperOffice.WebApi.Data.WidgetRequiredFields.md)
- [SuperOffice.WebApi.Data.ChatTopicEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ChatTopicEntity.md)
- [SuperOffice.WebApi.Data.WindowPosSize](/en/api/reference/webapi/SuperOffice.WebApi.Data.WindowPosSize.md)
- [SuperOffice.WebApi.Data.BLOB GetChatImageWithSizeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BLOB_GetChatImageWithSizeRequest.md)
