ModMessageStatusHistory
No description
type ModMessageStatusHistory {
active: Boolean!
createdBy: User!
createdAt: Time!
acknowledgedAt: Time
message: String
}
Fields
ModMessageStatusHistory.active ● Boolean! non-null scalar
active when true, indicates that the given user has been sent a moderation message but has not acknowledged the message.
ModMessageStatusHistory.createdBy ● User! non-null object
createdBy is the user that messaged the commenter
ModMessageStatusHistory.createdAt ● Time! non-null scalar
createdAt is the time the user was messaged
ModMessageStatusHistory.acknowledgedAt ● Time scalar
acknowledgedAt is the time the commenter acknowledged the message. if null then the message
has not been acknowledged
ModMessageStatusHistory.message ● String scalar
message is the custom message sent to the commenter
Member Of
ModMessageStatus object