ENUM

CHAT_ACTIVITY_TYPE

The types of chat activity

link GraphQL Schema definition

1enum CHAT_ACTIVITY_TYPE {
2
3# A message sent by either an agent or visitor
4MESSAGE
5
6# A user joins the channel
7MEMBER_JOIN
8
9# A user leaves the channel
10MEMBER_LEAVE
11}