diff --git a/docs/api/cloudlink/packets/auth.md b/docs/api/cloudlink/packets/auth.md index 81d091a..d38403c 100644 --- a/docs/api/cloudlink/packets/auth.md +++ b/docs/api/cloudlink/packets/auth.md @@ -8,10 +8,11 @@ This packet is sent when the user has successfully logged in. It has two keys: a | Field | Type | Description | | - | - | - | -| username | string | The username of the account. | -| token | string | The token of this connection. A new one will be generated each time, but they don't expire unless manually revoked. | | account | [User](../../objects/user) object | The account information of the logged in account. | +| chats | array of [Chat](../../objects/chat) objects | The chats the logged in account is in. | | relationships | array of relationships | See below for more details. | +| token | string | The token of this connection. A new one will be generated each time, but they don't expire unless manually revoked. | +| username | string | The username of the account. | ## Relationship