OBJECT
ResumeMessageSentSystemAttachment
Resume message sent event
link GraphQL Schema definition
- type ResumeMessageSentSystemAttachment {
- # Text of the resume message sent attachment
- : String!
- # Author describes who really sent the message
- : ConversationParticipant
- # SentAs describes what is shown to the visitor
- : ConversationParticipant
- }