| 
| void  | discord_webhook_init (struct discord_webhook *self) | 
|   | 
| void  | discord_webhook_cleanup (struct discord_webhook *self) | 
|   | 
| void  | discord_webhooks_cleanup (struct discord_webhooks *self) | 
|   | 
| void  | discord_create_webhook_init (struct discord_create_webhook *self) | 
|   | 
| void  | discord_create_webhook_cleanup (struct discord_create_webhook *self) | 
|   | 
| void  | discord_modify_webhook_init (struct discord_modify_webhook *self) | 
|   | 
| void  | discord_modify_webhook_cleanup (struct discord_modify_webhook *self) | 
|   | 
| void  | discord_modify_webhook_with_token_init (struct discord_modify_webhook_with_token *self) | 
|   | 
| void  | discord_modify_webhook_with_token_cleanup (struct discord_modify_webhook_with_token *self) | 
|   | 
| void  | discord_execute_webhook_init (struct discord_execute_webhook *self) | 
|   | 
| void  | discord_execute_webhook_cleanup (struct discord_execute_webhook *self) | 
|   | 
| void  | discord_edit_webhook_message_init (struct discord_edit_webhook_message *self) | 
|   | 
| void  | discord_edit_webhook_message_cleanup (struct discord_edit_webhook_message *self) | 
|   | 
| long  | discord_webhook_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_webhook *self) | 
|   | 
| size_t  | discord_webhook_from_json (const char buf[], size_t size, struct discord_webhook *self) | 
|   | 
| long  | discord_webhooks_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_webhooks *self) | 
|   | 
| size_t  | discord_webhooks_from_json (const char buf[], size_t size, struct discord_webhooks *self) | 
|   | 
| long  | discord_create_webhook_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_create_webhook *self) | 
|   | 
| size_t  | discord_create_webhook_from_json (const char buf[], size_t size, struct discord_create_webhook *self) | 
|   | 
| long  | discord_modify_webhook_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_modify_webhook *self) | 
|   | 
| size_t  | discord_modify_webhook_from_json (const char buf[], size_t size, struct discord_modify_webhook *self) | 
|   | 
| long  | discord_modify_webhook_with_token_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_modify_webhook_with_token *self) | 
|   | 
| size_t  | discord_modify_webhook_with_token_from_json (const char buf[], size_t size, struct discord_modify_webhook_with_token *self) | 
|   | 
| long  | discord_execute_webhook_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_execute_webhook *self) | 
|   | 
| size_t  | discord_execute_webhook_from_json (const char buf[], size_t size, struct discord_execute_webhook *self) | 
|   | 
| long  | discord_edit_webhook_message_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_edit_webhook_message *self) | 
|   | 
| size_t  | discord_edit_webhook_message_from_json (const char buf[], size_t size, struct discord_edit_webhook_message *self) | 
|   | 
| jsonbcode  | discord_webhook_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_webhook *self) | 
|   | 
| size_t  | discord_webhook_to_json (char buf[], size_t size, const struct discord_webhook *self) | 
|   | 
| jsonbcode  | discord_webhooks_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_webhooks *self) | 
|   | 
| size_t  | discord_webhooks_to_json (char buf[], size_t size, const struct discord_webhooks *self) | 
|   | 
| jsonbcode  | discord_create_webhook_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_create_webhook *self) | 
|   | 
| size_t  | discord_create_webhook_to_json (char buf[], size_t size, const struct discord_create_webhook *self) | 
|   | 
| jsonbcode  | discord_modify_webhook_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_modify_webhook *self) | 
|   | 
| size_t  | discord_modify_webhook_to_json (char buf[], size_t size, const struct discord_modify_webhook *self) | 
|   | 
| jsonbcode  | discord_modify_webhook_with_token_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_modify_webhook_with_token *self) | 
|   | 
| size_t  | discord_modify_webhook_with_token_to_json (char buf[], size_t size, const struct discord_modify_webhook_with_token *self) | 
|   | 
| jsonbcode  | discord_execute_webhook_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_execute_webhook *self) | 
|   | 
| size_t  | discord_execute_webhook_to_json (char buf[], size_t size, const struct discord_execute_webhook *self) | 
|   | 
| jsonbcode  | discord_edit_webhook_message_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_edit_webhook_message *self) | 
|   | 
| size_t  | discord_edit_webhook_message_to_json (char buf[], size_t size, const struct discord_edit_webhook_message *self) | 
|   |