Interface ServerPayloadUserUpdate

Hierarchy

  • ServerPayloadUserUpdate

Properties

d op

Properties

d: User
op: "USER_UPDATE"

The payload received when a user updates themselves. This includes both user updates from the __type endpoint and profile updates from the __type endpoint.


Example

{
"id": 48615849987333,
"username": "foobar",
"social_credit": 42,
"badges": 0,
"permissions": 0
}