DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
#include <discordcoreapi/FoundationEntities.hpp>
#include <discordcoreapi/Utilities/HttpsClient.hpp>
#include <discordcoreapi/CoRoutine.hpp>
Go to the source code of this file.
Namespaces | |
namespace | discord_core_api |
The main namespace for the forward-facing interfaces. | |
Typedefs | |
template<typename value_type > | |
using | discord_core_api::object_filter = std::function<bool(value_type)> |
Typedef for the message filter. | |