Notification Type Blocked User
{
"is_new": "boolean",
"sid": "string",
"type": "string",
"active_at": "string",
"block_settings": {
"blocked_at": "string",
"days_blocked": "integer",
"expire_at": "string",
"reputation_delta": "integer"
}
}
Example preview:
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
is_new | boolean | true | read-only | If true, the notification has been read |
sid | string | true | read-only | Serialization id of the notification |
type | string | true | read-only | Type "blocker_user" |
active_at | string(date-time) | true | read-only | Time when the notification was generated |
block_settings | BlockedSettings | true | read-only | Data of user block |