Preview environment

interface APIGatewayBotInfo

export interface APIGatewayBotInfo extends APIGatewayInfo

See also: https://discord.com/developers/docs/topics/gateway#get-gateway-botundefined

session_start_limit : APIGatewaySessionStartLimit

Information on the current session start limit

See also: https://discord.com/developers/docs/topics/gateway#session-start-limit-objectundefined

shards : number

The recommended number of shards to use when connecting

See also: https://discord.com/developers/docs/topics/gateway#shardingundefined

url : string

The WSS URL that can be used for connecting to the gateway

Inherited from: APIGatewayInfo