Interface ServerPayloadUserUpdate

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


Example

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

Hierarchy

  • ServerPayloadUserUpdate

Properties

d op

Properties

d: User
op: "USER_UPDATE"