Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
Classes | Functions
webhook.endpoints-params.h File Reference

Specs generated file. More...

Go to the source code of this file.

Classes

struct  discord_create_webhook_params
 Create Webhook. More...
 
struct  discord_modify_webhook_params
 Modify Webhook. More...
 
struct  discord_execute_webhook_params
 Execute Webhook. More...
 
struct  discord_edit_webhook_message_params
 Edit Webhook Message. More...
 

Functions

void discord_create_webhook_params_cleanup_v (void *p)
 
void discord_create_webhook_params_cleanup (struct discord_create_webhook_params *p)
 
void discord_create_webhook_params_init_v (void *p)
 
void discord_create_webhook_params_init (struct discord_create_webhook_params *p)
 
struct discord_create_webhook_paramsdiscord_create_webhook_params_alloc ()
 
void discord_create_webhook_params_free_v (void *p)
 
void discord_create_webhook_params_free (struct discord_create_webhook_params *p)
 
void discord_create_webhook_params_from_json_v (char *json, size_t len, void *p)
 
void discord_create_webhook_params_from_json (char *json, size_t len, struct discord_create_webhook_params *p)
 
size_t discord_create_webhook_params_to_json_v (char *json, size_t len, void *p)
 
size_t discord_create_webhook_params_to_json (char *json, size_t len, struct discord_create_webhook_params *p)
 
size_t discord_create_webhook_params_to_query_v (char *json, size_t len, void *p)
 
size_t discord_create_webhook_params_to_query (char *json, size_t len, struct discord_create_webhook_params *p)
 
void discord_create_webhook_params_list_free_v (void **p)
 
void discord_create_webhook_params_list_free (struct discord_create_webhook_params **p)
 
void discord_create_webhook_params_list_from_json_v (char *str, size_t len, void *p)
 
void discord_create_webhook_params_list_from_json (char *str, size_t len, struct discord_create_webhook_params ***p)
 
size_t discord_create_webhook_params_list_to_json_v (char *str, size_t len, void *p)
 
size_t discord_create_webhook_params_list_to_json (char *str, size_t len, struct discord_create_webhook_params **p)
 
void discord_modify_webhook_params_cleanup_v (void *p)
 
void discord_modify_webhook_params_cleanup (struct discord_modify_webhook_params *p)
 
void discord_modify_webhook_params_init_v (void *p)
 
void discord_modify_webhook_params_init (struct discord_modify_webhook_params *p)
 
struct discord_modify_webhook_paramsdiscord_modify_webhook_params_alloc ()
 
void discord_modify_webhook_params_free_v (void *p)
 
void discord_modify_webhook_params_free (struct discord_modify_webhook_params *p)
 
void discord_modify_webhook_params_from_json_v (char *json, size_t len, void *p)
 
void discord_modify_webhook_params_from_json (char *json, size_t len, struct discord_modify_webhook_params *p)
 
size_t discord_modify_webhook_params_to_json_v (char *json, size_t len, void *p)
 
size_t discord_modify_webhook_params_to_json (char *json, size_t len, struct discord_modify_webhook_params *p)
 
size_t discord_modify_webhook_params_to_query_v (char *json, size_t len, void *p)
 
size_t discord_modify_webhook_params_to_query (char *json, size_t len, struct discord_modify_webhook_params *p)
 
void discord_modify_webhook_params_list_free_v (void **p)
 
void discord_modify_webhook_params_list_free (struct discord_modify_webhook_params **p)
 
void discord_modify_webhook_params_list_from_json_v (char *str, size_t len, void *p)
 
void discord_modify_webhook_params_list_from_json (char *str, size_t len, struct discord_modify_webhook_params ***p)
 
size_t discord_modify_webhook_params_list_to_json_v (char *str, size_t len, void *p)
 
size_t discord_modify_webhook_params_list_to_json (char *str, size_t len, struct discord_modify_webhook_params **p)
 
void discord_execute_webhook_params_cleanup_v (void *p)
 
void discord_execute_webhook_params_cleanup (struct discord_execute_webhook_params *p)
 
void discord_execute_webhook_params_init_v (void *p)
 
void discord_execute_webhook_params_init (struct discord_execute_webhook_params *p)
 
struct discord_execute_webhook_paramsdiscord_execute_webhook_params_alloc ()
 
void discord_execute_webhook_params_free_v (void *p)
 
void discord_execute_webhook_params_free (struct discord_execute_webhook_params *p)
 
void discord_execute_webhook_params_from_json_v (char *json, size_t len, void *p)
 
void discord_execute_webhook_params_from_json (char *json, size_t len, struct discord_execute_webhook_params *p)
 
size_t discord_execute_webhook_params_to_json_v (char *json, size_t len, void *p)
 
size_t discord_execute_webhook_params_to_json (char *json, size_t len, struct discord_execute_webhook_params *p)
 
size_t discord_execute_webhook_params_to_query_v (char *json, size_t len, void *p)
 
size_t discord_execute_webhook_params_to_query (char *json, size_t len, struct discord_execute_webhook_params *p)
 
void discord_execute_webhook_params_list_free_v (void **p)
 
void discord_execute_webhook_params_list_free (struct discord_execute_webhook_params **p)
 
void discord_execute_webhook_params_list_from_json_v (char *str, size_t len, void *p)
 
void discord_execute_webhook_params_list_from_json (char *str, size_t len, struct discord_execute_webhook_params ***p)
 
size_t discord_execute_webhook_params_list_to_json_v (char *str, size_t len, void *p)
 
size_t discord_execute_webhook_params_list_to_json (char *str, size_t len, struct discord_execute_webhook_params **p)
 
void discord_edit_webhook_message_params_cleanup_v (void *p)
 
void discord_edit_webhook_message_params_cleanup (struct discord_edit_webhook_message_params *p)
 
void discord_edit_webhook_message_params_init_v (void *p)
 
void discord_edit_webhook_message_params_init (struct discord_edit_webhook_message_params *p)
 
struct discord_edit_webhook_message_paramsdiscord_edit_webhook_message_params_alloc ()
 
void discord_edit_webhook_message_params_free_v (void *p)
 
void discord_edit_webhook_message_params_free (struct discord_edit_webhook_message_params *p)
 
void discord_edit_webhook_message_params_from_json_v (char *json, size_t len, void *p)
 
void discord_edit_webhook_message_params_from_json (char *json, size_t len, struct discord_edit_webhook_message_params *p)
 
size_t discord_edit_webhook_message_params_to_json_v (char *json, size_t len, void *p)
 
size_t discord_edit_webhook_message_params_to_json (char *json, size_t len, struct discord_edit_webhook_message_params *p)
 
size_t discord_edit_webhook_message_params_to_query_v (char *json, size_t len, void *p)
 
size_t discord_edit_webhook_message_params_to_query (char *json, size_t len, struct discord_edit_webhook_message_params *p)
 
void discord_edit_webhook_message_params_list_free_v (void **p)
 
void discord_edit_webhook_message_params_list_free (struct discord_edit_webhook_message_params **p)
 
void discord_edit_webhook_message_params_list_from_json_v (char *str, size_t len, void *p)
 
void discord_edit_webhook_message_params_list_from_json (char *str, size_t len, struct discord_edit_webhook_message_params ***p)
 
size_t discord_edit_webhook_message_params_list_to_json_v (char *str, size_t len, void *p)
 
size_t discord_edit_webhook_message_params_list_to_json (char *str, size_t len, struct discord_edit_webhook_message_params **p)
 

Detailed Description

Specs generated file.

Author
cee-studio
Date
21 Jun 2021
See also
https://discord.com/developers/docs/resources/webhook