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

Allowable mentions for a message. More...

#include <FoundationEntities.hpp>

Public Data Members

jsonifier::vector< jsonifier::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).
 
jsonifier::vector< jsonifier::string > roles {}
 Array of role_ids to mention (max size of 100)
 
jsonifier::vector< jsonifier::string > users {}
 Array of user_ids to mention (max size of 100)
 

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