Interface

APIApplicationMe

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

Properties

NameTypeDescription
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.
idSnowflakeApplication ID.
namestringApplication name.
owner?APIUserPartial | nullApplication owner.
verify_key?stringVerification key for interactions.