Execute Webhook

ORCAcode discord_execute_webhook(struct discord *client, u64_snowflake_t webhook_id, const char webhook_token[], struct discord_execute_webhook_params *params, struct discord_webhook *ret)
Parameters
  • client – the client created with discord_init()

  • webhook_id – the webhook itself

  • webhook_token – the webhook token

  • params – request parameters

  • ret – if successful, a discord_webhook that should be free’d with discord_webhook_cleanup()

Returns

ORCAcode for how the operation went, ORCA_OK means nothing out of the ordinary

Warning

doxygenstruct: Cannot find class “discord_execute_webhook_params” in doxygen xml output for project “Orca” from directory: ../xml