shimmer/internal/types/responses/bot_gateway

Types

pub type BotGatewayResponse {
  BotGatewayResponse(url: String, shards: Int)
}

Constructors

  • BotGatewayResponse(url: String, shards: Int)

Functions

pub fn from_json_string(encoded: String) -> Result(
  BotGatewayResponse,
  ShimmerError,
)
Search Document