Skip to main content

CustomStatusResponse

FieldTypeDescription
emoji_animatedbooleanWhether the status emoji is animated
emoji_id??SnowflakeTypeThe ID of the custom emoji used in the status
emoji_name??stringThe name of the emoji used in the status
expires_at??string (date-time)ISO8601 timestamp of when the custom status expires
text??stringThe custom status message text

GatewayBotResponse

Related endpoints
FieldTypeDescription
session_start_limitGatewayBotResponseSessionStartLimitSession start rate limit information
shardsinteger (int53)Recommended number of shards to use when connecting
urlstringWebSocket URL to connect to the gateway

GatewayBotResponseSessionStartLimit

Session start rate limit information
FieldTypeDescription
max_concurrencyinteger (int53)Maximum number of concurrent IDENTIFY requests
remaininginteger (int53)Remaining number of session starts
reset_afterinteger (int53)Milliseconds until the limit resets
totalinteger (int53)Total number of session starts allowed