MessageStatusUpdate
A status update for a message
type MessageStatusUpdate {
type: MessageStatusType!
createdAt: DateTime!
text: String!
}
Fields
MessageStatusUpdate.type ● MessageStatusType! non-null enum
The type of status update
MessageStatusUpdate.createdAt ● DateTime! non-null scalar
When the status update was created
MessageStatusUpdate.text ● String! non-null scalar
The text of the status update
Member Of
Message object