|
32 | 32 | * |
33 | 33 | * @link https://discord.com/developers/docs/topics/gateway-events#presence |
34 | 34 | * |
35 | | - * @property User $user The user that the presence update affects. |
36 | | - * @property string $guild_id The unique identifier of the guild that the presence update affects. |
37 | | - * @property-read Guild|null $guild The guild that the presence update affects. |
38 | | - * @property string $status The updated status of the user. |
39 | | - * @property ExCollectionInterface<Activity>|Activity[] $activities The activities of the user. |
40 | | - * @property-read Activity $game The updated game of the user. |
41 | | - * @property ClientStatus $client_status Status of the client. |
42 | | - * @property string|null $desktop_status Status of the user on their desktop client. Null if they are not active on desktop. |
43 | | - * @property string|null $mobile_status Status of the user on their mobile client. Null if they are not active on mobile. |
44 | | - * @property string|null $web_status Status of the user on their web client. Null if they are not active on web. |
| 35 | + * @property User $user The user that the presence update affects. |
| 36 | + * @property string $guild_id The unique identifier of the guild that the presence update affects. |
| 37 | + * @property-read Guild|null $guild The guild that the presence update affects. |
| 38 | + * @property string $status The updated status of the user. |
| 39 | + * @property ExCollectionInterface<Activity>|Activity[] $activities The activities of the user. |
| 40 | + * @property-read Activity $game The updated game of the user. |
| 41 | + * @property ClientStatus $client_status Status of the client. |
| 42 | + * @property string|null $desktop_status Status of the user on their desktop client. Null if they are not active on desktop. |
| 43 | + * @property string|null $mobile_status Status of the user on their mobile client. Null if they are not active on mobile. |
| 44 | + * @property string|null $web_status Status of the user on their web client. Null if they are not active on web. |
| 45 | + * @property string|null $embedded_status Status of the user on an embedded application (Xbox, PlayStation, in-game). Null if they are not active on an embedded application. |
45 | 46 | * |
46 | 47 | * @property-read Member $member The member that the presence update affects. |
47 | 48 | * @property-read ExCollectionInterface<Role>|Role[] $roles Roles that the user has in the guild. |
|
0 commit comments