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