Interface
APIApplicationMe
Bot/application info from GET /applications/@me.
Properties
bot_public
?: booleanWhether the bot is public (can be added by anyone).
bot_require_code_grant
?: booleanWhether the bot requires OAuth2 code grant flow.
description
?: string | nullApplication description.
flags
?: numberApplication flags bitfield.
icon
?: string | nullApplication icon hash.
id
: SnowflakeApplication ID.
name
: stringApplication name.
owner
?: APIUserPartial | nullApplication owner.
verify_key
?: stringVerification key for interactions.