ChatClientType indicates whether a chat was created from the web UI or programmatically via the API.
| 98 | // ChatClientType indicates whether a chat was created from the |
| 99 | // web UI or programmatically via the API. |
| 100 | type ChatClientType string |
| 101 | |
| 102 | const ( |
| 103 | ChatClientTypeUI ChatClientType = "ui" |