DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::resolved_data Struct Reference

Resolved data. More...

#include <FoundationEntities.hpp>

Public Data Members

unordered_map< jsonifier::string, attachment_dataattachments {}
 Unordered_map of snowflakes to attachment objects the ids.
 
unordered_map< jsonifier::string, channel_datachannels {}
 Unordered_map full of channel_data.
 
unordered_map< jsonifier::string, guild_member_datamembers {}
 Unordered_map full of guild_memeber_data.
 
unordered_map< jsonifier::string, message_datamessages {}
 Unordered_map full of messageData.
 
unordered_map< jsonifier::string, role_dataroles {}
 Unordered_map full of role_data.
 
unordered_map< jsonifier::string, user_datausers {}
 Unordered_map full of user_data.
 

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