Skip to main content

PresenceUpdate

Documentation


Documentation / @discordeno/bot / PresenceUpdate

Interface: PresenceUpdate

Defined in: bot/src/transformers/types.ts:1470

Properties

activities

activities: Activity[]

Defined in: bot/src/transformers/types.ts:1477


desktop?

optional desktop: string

Defined in: bot/src/transformers/types.ts:1471


guildId

guildId: bigint

Defined in: bot/src/transformers/types.ts:1475


mobile?

optional mobile: string

Defined in: bot/src/transformers/types.ts:1472


status

status: PresenceStatus

Defined in: bot/src/transformers/types.ts:1476


user

user: User

Defined in: bot/src/transformers/types.ts:1474


web?

optional web: string

Defined in: bot/src/transformers/types.ts:1473