ENUM

ChatTheme

ChatTheme is a client-side UI theme. It can be used to provide different images based on the dominant background color they are designed to display on.

link GraphQL Schema definition

1enum ChatTheme {
2
3DARK
4
5LIGHT
6}