Interface: Activity
Properties
name
• name: string
The activity's name
Defined in
packages/libcord/src/structures/User.ts:185
type
• Optional
type: "custom"
| "game"
| "streaming"
| "listening"
| "watching"
| "competing"
Activity type
See
https://discord.com/developers/docs/topics/gateway#activity-object-activity-types
Default
"game"
Defined in
packages/libcord/src/structures/User.ts:192
url
• Optional
url: string
Stream url (only with type Streaming)