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

A single StageInstance. More...

#include <FoundationEntities.hpp>

Inheritance diagram for DiscordCoreAPI::StageInstance:
[legend]

Additional Inherited Members

- Public Data Members inherited from DiscordCoreAPI::StageInstanceData
Snowflake channelId {}
 The Channel's id.
 
bool discoverableDisabled {}
 Is it discoverable?
 
Snowflake guildId {}
 The Guild id for which the Channel exists in.
 
StageInstancePrivacyLevel privacyLevel {}
 Privacy level of the Channel.
 
std::string topic {}
 The topic of the StageInstance.
 
- Public Data Members inherited from DiscordCoreAPI::DiscordEntity
Snowflake id {}
 The identifier "snowflake" of the given entity.
 

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