Skip to main content

Activity

Documentation


Documentation / @discordeno/bot / Activity

Interface: Activity

Defined in: transformers/types.ts:90

Properties

applicationId?

optional applicationId?: bigint

Defined in: transformers/types.ts:93


buttons?

optional buttons?: ActivityButton[]

Defined in: transformers/types.ts:111


createdAt

createdAt: number

Defined in: transformers/types.ts:114


details?

optional details?: string

Defined in: transformers/types.ts:98


emoji?

optional emoji?: ActivityEmoji

Defined in: transformers/types.ts:100


endedAt?

optional endedAt?: number

Defined in: transformers/types.ts:97


flags?

optional flags?: number

Defined in: transformers/types.ts:92


instance?

optional instance?: boolean

Defined in: transformers/types.ts:110


inviteCoverImage?

optional inviteCoverImage?: string

Defined in: transformers/types.ts:108


join?

optional join?: string

Defined in: transformers/types.ts:91


largeImage?

optional largeImage?: string

Defined in: transformers/types.ts:104


largeText?

optional largeText?: string

Defined in: transformers/types.ts:105


match?

optional match?: string

Defined in: transformers/types.ts:109


name

name: string

Defined in: transformers/types.ts:112


partyCurrentSize?

optional partyCurrentSize?: number

Defined in: transformers/types.ts:102


partyId?

optional partyId?: string

Defined in: transformers/types.ts:101


partyMaxSize?

optional partyMaxSize?: number

Defined in: transformers/types.ts:103


smallImage?

optional smallImage?: string

Defined in: transformers/types.ts:106


smallText?

optional smallText?: string

Defined in: transformers/types.ts:107


spectate?

optional spectate?: string

Defined in: transformers/types.ts:94


startedAt?

optional startedAt?: number

Defined in: transformers/types.ts:96


state?

optional state?: string

Defined in: transformers/types.ts:99


type

type: ActivityTypes

Defined in: transformers/types.ts:113


url?

optional url?: string

Defined in: transformers/types.ts:95