Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
|
Channel Structure. More...
#include <channel.h>
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 |
Channel Structure.