shimmer/http/endpoints

Functions

pub fn bot_gateway(token: String) -> Result(
  BotGatewayResponse,
  ShimmerError,
)
pub fn me(token: String) -> Result(User, ShimmerError)
pub fn send_message(token: String, channel_id: String, content: String) -> Result(
  Bool,
  ShimmerError,
)
Search Document