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

Channel Structure. More...

#include <channel.h>

Collaboration diagram for discord_channel:
Collaboration graph
[legend]

Public Attributes

u64_snowflake_t id
 
enum discord_channel_types type
 
u64_snowflake_t guild_id
 
int position
 
struct discord_channel_overwrite ** permission_overwrites
 
char name [MAX_NAME_LEN]
 
char topic [MAX_TOPIC_LEN]
 
bool nsfw
 
u64_snowflake_t last_message_id
 
int bitrate
 
int user_limit
 
int rate_limit_per_user
 
struct discord_user ** recipients
 
char icon [MAX_SHA256_LEN]
 
u64_snowflake_t owner_id
 
u64_snowflake_t application_id
 
u64_snowflake_t parent_id
 
u64_unix_ms_t last_pin_timestamp
 
struct discord_message ** messages
 

Detailed Description

Channel Structure.

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

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