|
dscrd
Discord C library
|
Webhook structure. More...
#include <dscrd.h>

Data Fields | |
| char | id [21] |
| id of the webhook More... | |
| uint8_t | _type |
| char | guild_id [21] |
| guild id of webhook More... | |
| char | channel_id [21] |
| channel id for this webhook More... | |
| DiscordUser | user |
| user object the user this webhook was created by (not returned when getting a webhook with its token) More... | |
| DiscordUser * | user_p |
| same as user but pointer More... | |
| char * | name |
| the default name of the webhook (optional) More... | |
| char * | avatar |
| the default avatar of the webhook (optional) More... | |
| char | token [128] |
| the secure token of the webhook More... | |
| bool | use_token |
| prefer to use token instead of auth More... | |
| DiscordClient * | discord_client |
| DiscordClient of the Webhook. More... | |
Webhook structure.
| uint8_t _type |
| char* avatar |
the default avatar of the webhook (optional)
| char channel_id[21] |
channel id for this webhook
| DiscordClient* discord_client |
DiscordClient of the Webhook.
| char guild_id[21] |
guild id of webhook
| char id[21] |
id of the webhook
| char* name |
the default name of the webhook (optional)
| char token[128] |
the secure token of the webhook
| bool use_token |
prefer to use token instead of auth
| DiscordUser user |
user object the user this webhook was created by (not returned when getting a webhook with its token)
| DiscordUser* user_p |
same as user but pointer
1.8.13