![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Allowable mentions for a Message. More...
#include <FoundationEntities.hpp>
Public Data Members | |
std::vector< std::string > | parse {} |
A vector of allowed mention types to parse from the content. | |
bool | repliedUser {} |
For replies, whether to mention the author of the Message being replied to (default false). | |
std::vector< std::string > | roles {} |
Array of role_ids to mention (Max size of 100) | |
std::vector< std::string > | users {} |
Array of user_ids to mention (Max size of 100) | |