ModMessageStatus
No description
type ModMessageStatus {
active: Boolean!
message: String
history: [ModMessageStatusHistory!]!
}
Fields
ModMessageStatus.active
● Boolean!
non-null scalar
active when true, indicates that the given user has been sent a moderation message but has not acknowledged it.
ModMessageStatus.message
● String
scalar
message is the current message for the moderation message sent to the User.
ModMessageStatus.history
● [ModMessageStatusHistory!]!
non-null object
history will return the status history items for moderation messages.
Member Of
UserStatus
object