Interface

APIApplicationMe

Bot/application info from GET /applications/@me.

Properties

bot_public?: boolean

Whether the bot is public (can be added by anyone).

bot_require_code_grant?: boolean

Whether the bot requires OAuth2 code grant flow.

description?: string | null

Application description.

flags?: number

Application flags bitfield.

icon?: string | null

Application icon hash.

Application ID.

name: string

Application name.

owner?: APIUserPartial | null

Application owner.

verify_key?: string

Verification key for interactions.