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

For modifying a guild's welcome screen. More...

#include <GuildEntities.hpp>

Public Data Members

jsonifier::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.
 
jsonifier::string reason {}
 The reason for modifying the welcome screen.
 
jsonifier::vector< welcome_screen_channel_datawelcomeChannels {}
 Welcome channels for the welcome screen.
 

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