![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
For modifying a Guild's welcome screen. More...
#include <GuildEntities.hpp>
Public Data Members | |
std::string | description {} |
The description of the welcome screen. | |
bool | enabled {} |
Is it enabled? | |
Snowflake | guildId {} |
The Guild for which to modify the welcome screen of. | |
std::string | reason {} |
The reason for modifying the welcome screen. | |
std::vector< WelcomeScreenChannelData > | welcomeChannels {} |
Welcome channels for the welcome screen. | |