Skip to content

GatewayPresenceUpdateDispatchData

Package: @erinjs/types

PRESENCE_UPDATE — user presence (status, activities) changed.

Properties

NameTypeReadonlyOptionalDescription
activities{ name: string; type: number; url?: string | null; }[]NoYes
custom_statusGatewayCustomStatus | nullNoYesCustom status (erin.js).
guild_idstringNoYes
statusstringNoYes
user{ id: Snowflake; }NoNo

Released under the Apache-2.0 License.