Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
|
Message Structure. More...
#include <channel.h>
Public Attributes | |
u64_snowflake_t | id |
u64_snowflake_t | channel_id |
u64_snowflake_t | guild_id |
struct discord_user * | author |
struct discord_guild_member * | member |
char * | content |
u64_unix_ms_t | timestamp |
u64_unix_ms_t | edited_timestamp |
bool | tts |
bool | mention_everyone |
struct discord_user ** | mentions |
ja_u64 ** | mention_roles |
struct discord_channel_mention ** | mention_channels |
struct discord_channel_attachment ** | attachments |
struct discord_embed ** | embeds |
struct discord_channel_reaction ** | reactions |
char * | nonce |
bool | pinned |
u64_snowflake_t | webhook_id |
enum discord_message_types | type |
struct discord_message_activity * | activity |
struct discord_message_application ** | application |
struct discord_message_reference * | message_reference |
enum discord_message_flags | flags |
struct discord_message_sticker ** | stickers |
struct discord_message * | referenced_message |
Message Structure.