ITOH
2021-04-13 22:59:21 +02:00
parent 56b66c496e
commit 8f0a3d564d

View File

@@ -5,8 +5,8 @@ import { DiscordStatusTypes } from "./status_types.ts";
export interface StatusUpdate {
/** Unix time (in milliseconds) of when the client went idle, or null if the client is not idle */
since: number | null;
/** null, or the user's activities */
activities: Activity[] | null;
/** The user's activities */
activities: Activity[];
/** The user's new status */
status: DiscordStatusTypes;
/** Whether or not the client is afk */