Interface

APIOAuthApplication

Application from GET /oauth2/applications/@me.

Properties

NameTypeDescription
bot?APIUserPartial | nullAssociated bot user.
bot_public?booleanWhether the bot is public.
bot_require_code_grant?booleanWhether the bot requires OAuth2 code grant flow.
client_secret?stringOAuth2 client secret.
description?string | nullApplication description.
icon?string | nullApplication icon hash.
idSnowflakeApplication ID.
namestringApplication name.
redirect_uris?string[]OAuth2 redirect URIs.