OBJECT

AutomaticMessageSentSystemAttachment

Participant returned event

link GraphQL Schema definition

  • type AutomaticMessageSentSystemAttachment {
  • # Text of the automatic message
  • text: String!
  • # Participant who sent the automatic message
  • participant: ConversationParticipant
  • }