| InitiatedChatRequestStateEnum Enumeration | 
            State of initiated chat request.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic enum InitiatedChatRequestStateEnum
 Members
Members|  | Member name | Value | Description | 
|---|
|  | New | 1 | Default state. User will be notified about requests in this state. | 
|  | Accepted | 2 | User has accepted this request and is (or was) chatting with supporter. | 
|  | Declined | 3 | Request was declined and shall not be shown to user ever again. | 
|  | Deleted | 4 | Request is marked for deletion - should be removed from cache and will be deleted from database in the next cleaning. | 
 See Also
See Also