title: Get Current Application Information category: Oauth2
getCurrentApplicationInformation
$client->oauth2->getCurrentApplicationInformation($parameters);
Name | Type | Required | Default |
---|---|---|---|
id | snowflake | false | null |
name | string | false | null |
icon? | string | false | null |
description? | string | false | null |
rpc_origins? | array | false | null |
bot_public | bool | false | null |
bot_require_code_grant | bool | false | null |
owner | object | false | null |
Returns the bot's OAuth2 application info.