|
void | discord_interaction_init (struct discord_interaction *self) |
|
void | discord_interaction_cleanup (struct discord_interaction *self) |
|
void | discord_interaction_response_init (struct discord_interaction_response *self) |
|
void | discord_interaction_response_cleanup (struct discord_interaction_response *self) |
|
void | discord_edit_original_interaction_response_init (struct discord_edit_original_interaction_response *self) |
|
void | discord_edit_original_interaction_response_cleanup (struct discord_edit_original_interaction_response *self) |
|
void | discord_create_followup_message_init (struct discord_create_followup_message *self) |
|
void | discord_create_followup_message_cleanup (struct discord_create_followup_message *self) |
|
void | discord_edit_followup_message_init (struct discord_edit_followup_message *self) |
|
void | discord_edit_followup_message_cleanup (struct discord_edit_followup_message *self) |
|
long | discord_interaction_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_interaction *self) |
|
size_t | discord_interaction_from_json (const char buf[], size_t size, struct discord_interaction *self) |
|
long | discord_interaction_response_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_interaction_response *self) |
|
size_t | discord_interaction_response_from_json (const char buf[], size_t size, struct discord_interaction_response *self) |
|
long | discord_edit_original_interaction_response_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_edit_original_interaction_response *self) |
|
size_t | discord_edit_original_interaction_response_from_json (const char buf[], size_t size, struct discord_edit_original_interaction_response *self) |
|
long | discord_create_followup_message_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_create_followup_message *self) |
|
size_t | discord_create_followup_message_from_json (const char buf[], size_t size, struct discord_create_followup_message *self) |
|
long | discord_edit_followup_message_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_edit_followup_message *self) |
|
size_t | discord_edit_followup_message_from_json (const char buf[], size_t size, struct discord_edit_followup_message *self) |
|
jsonbcode | discord_interaction_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_interaction *self) |
|
size_t | discord_interaction_to_json (char buf[], size_t size, const struct discord_interaction *self) |
|
jsonbcode | discord_interaction_response_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_interaction_response *self) |
|
size_t | discord_interaction_response_to_json (char buf[], size_t size, const struct discord_interaction_response *self) |
|
jsonbcode | discord_edit_original_interaction_response_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_edit_original_interaction_response *self) |
|
size_t | discord_edit_original_interaction_response_to_json (char buf[], size_t size, const struct discord_edit_original_interaction_response *self) |
|
jsonbcode | discord_create_followup_message_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_create_followup_message *self) |
|
size_t | discord_create_followup_message_to_json (char buf[], size_t size, const struct discord_create_followup_message *self) |
|
jsonbcode | discord_edit_followup_message_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_edit_followup_message *self) |
|
size_t | discord_edit_followup_message_to_json (char buf[], size_t size, const struct discord_edit_followup_message *self) |
|