Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
Public Attributes | List of all members
discord_webhook Struct Reference

Webhook Structure. More...

#include <webhook.h>

Collaboration diagram for discord_webhook:
Collaboration graph
[legend]

Public Attributes

u64_snowflake_t id
 
enum discord_webhook_types type
 
u64_snowflake_t guild_id
 
u64_snowflake_t channel_id
 
struct discord_useruser
 
char name [WEBHOOK_NAME_LEN]
 
char * avatar
 
char * token
 
u64_snowflake_t application_id
 

Detailed Description

Webhook Structure.

See also
https://discord.com/developers/docs/resources/webhook#webhook-object-webhook-structure
Note
defined at specs/discord/webhook.json:9:22

The documentation for this struct was generated from the following file: