OBJECT
ParticipantConversationMessage
Participant conversation's message
link GraphQL Schema definition
- type ParticipantConversationMessage implements ConversationMessage {
- # Id of the message
- String! :
- # Text of the message
- String :
- # Author describes who really sent the message
- ConversationParticipant :
- # SentAs describes what is shown to the visitor
- ConversationParticipant :
- # Creation date
- DateTime! :
- # Message attachments
- ConversationMessageAttachment!]! : [
- }
link Require by
This element is not required by anyone