Skip to main content

ActivityInstance

@discordeno/botDocs


Documentation / @discordeno/bot / ActivityInstance

Interface: ActivityInstance

Properties

applicationId

applicationId: bigint

Application ID

Defined in

packages/bot/src/transformers/types.ts:129


instanceId

instanceId: string

Activity Instance ID

Defined in

packages/bot/src/transformers/types.ts:131


launchId

launchId: bigint

Unique identifier for the launch

Defined in

packages/bot/src/transformers/types.ts:133


location

location: ActivityLocation

The Location the instance is runnning in

Defined in

packages/bot/src/transformers/types.ts:135


users

users: bigint[]

The IDs of the Users currently connected to the instance

Defined in

packages/bot/src/transformers/types.ts:137