Skip to main content

Activity

Documentation


Documentation / @discordeno/bot / Activity

Interface: Activity

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

Properties

applicationId?

optional applicationId: bigint

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


buttons?

optional buttons: ActivityButton[]

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


createdAt

createdAt: number

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


details?

optional details: string

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


emoji?

optional emoji: ActivityEmoji

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


endedAt?

optional endedAt: number

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


flags?

optional flags: number

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


instance?

optional instance: boolean

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


join?

optional join: string

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


largeImage?

optional largeImage: string

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


largeText?

optional largeText: string

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


match?

optional match: string

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


name

name: string

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


partyCurrentSize?

optional partyCurrentSize: number

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


partyId?

optional partyId: string

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


partyMaxSize?

optional partyMaxSize: number

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


smallImage?

optional smallImage: string

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


smallText?

optional smallText: string

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


spectate?

optional spectate: string

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


startedAt?

optional startedAt: number

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


state?

optional state: string

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


type

type: ActivityTypes

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


url?

optional url: string

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