Interface
APIApplicationMe
Bot/application info from GET /applications/@me.
Properties
| Name | Type | Description |
|---|---|---|
| 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. |
| id | Snowflake | Application ID. |
| name | string | Application name. |
| owner? | APIUserPartial | null | Application owner. |
| verify_key? | string | Verification key for interactions. |