OBJECT

TransferredToUserSystemAttachment

Conversation transferred to user event

link GraphQL Schema definition

  • type TransferredToUserSystemAttachment {
  • # Reason of the transfer
  • reason: String
  • # Participant who transferred the message
  • fromUser: User
  • # Participant who is receiving the transferred message
  • toUser: User
  • }