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

Message Structure. More...

#include <channel.h>

Collaboration diagram for discord_message:
Collaboration graph
[legend]

Public Attributes

u64_snowflake_t id
 
u64_snowflake_t channel_id
 
u64_snowflake_t guild_id
 
struct discord_userauthor
 
struct discord_guild_membermember
 
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_activityactivity
 
struct discord_message_application ** application
 
struct discord_message_referencemessage_reference
 
enum discord_message_flags flags
 
struct discord_message_sticker ** stickers
 
struct discord_messagereferenced_message
 

Detailed Description

Message Structure.

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

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