Ignore

Summary

The Ignore model is a fairly light one. All it contains is the id of the ignored user and their name.

Model

{
   "username": "",
   "id": -1
}

Detail

username

Ignored user’s name.

Type: String
Default Value: ""

id

Internal identifier.

Type: Number
Default Value: -1