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

Resolved data. More...

#include <FoundationEntities.hpp>

Public Data Members

UnorderedMap< std::string, AttachmentDataattachments {}
 UnorderedMap of Snowflakes to attachment objects the ids.
 
UnorderedMap< std::string, ChannelDatachannels {}
 UnorderedMap full of ChannelData.
 
UnorderedMap< std::string, GuildMemberDatamembers {}
 UnorderedMap full of GuildMemeberData.
 
UnorderedMap< std::string, MessageDatamessages {}
 UnorderedMap full of messageData->
 
UnorderedMap< std::string, RoleDataroles {}
 UnorderedMap full of RoleData.
 
UnorderedMap< std::string, UserDatausers {}
 UnorderedMap full of UserData.
 

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