MessageMoved
A message was moved from one conversation to start another.
type MessageMoved {
destination: Conversation
id: ID!
message: Message!
}
Fields
MessageMoved.destination ● Conversation interface common
The conversation the message was moved to.
MessageMoved.id ● ID! non-null scalar common
MessageMoved.message ● Message! non-null interface common
The message that was moved.
Implemented by
ChangeTypeUnion union