interface APIGatewayBotInfo
extends
APIGatewayInfoexport interface APIGatewayBotInfo extends APIGatewayInfo
https://discord.com/developers/docs/topics/gateway#get-gateway-bot
APIGatewaySessionStartLimit session_start_limit :
Information on the current session start limitSee https://discord.com/developers/docs/topics/gateway#session-start-limit-object
number shards :
The recommended number of shards to use when connectingSee https://discord.com/developers/docs/topics/gateway#sharding
string url :
The WSS URL that can be used for connecting to the gateway
Inherited from: APIGatewayInfo