-
Notifications
You must be signed in to change notification settings - Fork 0
Online common objects
Daniel López Guimaraes edited this page Aug 21, 2023
·
7 revisions
Pou shares some objects between multiple methods of the API. Below is the list of those methods:
This object represents the aspect of the Pou of a user. Each element is represented with an ID as an integer, but the exact details are currently unknown.
Type | Field | Notes |
---|---|---|
double | sz | Size of the Pou. |
double | ob | Obesity of the Pou. |
int | mus | Optional. Mustache. |
int | lip | Optional. Lipstick. |
int | bCo | Body color. |
int | ouf | Optional. Outfit. |
int | nek | Optional. Neck accesory. |
int | eCo | Eyes color. |
int | ela | Optional. Eyelash. |
int | eli | Optional. Eyeliner. |
int | esh | Optional. Eyes shadow color. |
int | egl | Optional. Eyeglasses. |
int | msk | Optional. Mask. |
int | brd | Optional. Beard. |
int | msk | Optional. Mask. |
int | wig | Optional. Wig. |
int | hBa | Optional. Headband. |
int | hat | Optional. Hat. |
int | stk | Optional. Sticker. |
int | sho | Optional. Shoes. |
This object has the purpose of giving awards to the player's Pou during certain events, like free coins during Christmas for a period of time.
When a server API sends unclaimed awards to the client, the client handles the notification and sends notification/claim to let the server know that the notification was handled.
Type | Field | Notes |
---|---|---|
int | i | Notification ID. |
int | t | Notification type. |
int | oT | Unknown. |
int | oI | Unknown. |
int | a | Unknown. |
int | u2I | Unknown. |
int | o2I | Unknown. |
This object holds information about the user's relationship with the client's account and the number of likes it has.
Type | Field | Notes |
---|---|---|
string | i | Numeric ID of the user. |
string | n | User nickname. |
string | minI | Object holding the Pou data of the user as a string. |
string | l | Unknown purpose. |
string | nL | Number of likes the user has. |
int | iL | Optional (requires authentication). Bool telling if the client's account likes the user as an integer. |
int | lM | Optional (requires authentication). Bool telling if the user likes the client's account as an integer. |