ENUM
CHAT_ACTIVITY_TYPE
The types of chat activity
link GraphQL Schema definition
1 enum CHAT_ACTIVITY_TYPE { 2 3 # A message sent by either an agent or visitor 4 5 6 # A user joins the channel 7 8 9 # A user leaves the channel 10 11 }
ENUM
The types of chat activity
1 enum CHAT_ACTIVITY_TYPE { 2 3 # A message sent by either an agent or visitor 4 5 6 # A user joins the channel 7 8 9 # A user leaves the channel 10 11 }