![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Resolved data. More...
#include <FoundationEntities.hpp>
Public Data Members | |
UnorderedMap< std::string, AttachmentData > | attachments {} |
UnorderedMap of Snowflakes to attachment objects the ids. | |
UnorderedMap< std::string, ChannelData > | channels {} |
UnorderedMap full of ChannelData. | |
UnorderedMap< std::string, GuildMemberData > | members {} |
UnorderedMap full of GuildMemeberData. | |
UnorderedMap< std::string, MessageData > | messages {} |
UnorderedMap full of messageData-> | |
UnorderedMap< std::string, RoleData > | roles {} |
UnorderedMap full of RoleData. | |
UnorderedMap< std::string, UserData > | users {} |
UnorderedMap full of UserData. | |