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