export interface GatewayPresenceUpdateData
https://discord.com/developers/docs/topics/gateway-events#update-presence-gateway-presence-update-structure
GatewayActivityUpdateData[] activities :
The user's activitiesSee https://discord.com/developers/docs/topics/gateway-events#activity-object
boolean afk :
Whether or not the client is afk
Unix time (in milliseconds) of when the client went idle, or null
if the client is not idle
PresenceUpdateStatus status :
The user's new statusSee https://discord.com/developers/docs/topics/gateway-events#update-presence-status-types