D++ (DPP)
A Lightweight C++ library for Discord
|
Defines a channel on a server's welcome screen. More...
Public Attributes | |
snowflake | channel_id = 0 |
the channel's id More... | |
std::string | description |
the description shown for the channel More... | |
snowflake | emoji_id = 0 |
the emoji id, if the emoji is custom More... | |
std::string | emoji_name |
the emoji name if custom, the unicode character if standard, or null if no emoji is set More... | |
Defines a channel on a server's welcome screen.
snowflake dpp::welcome_channel_t::channel_id = 0 |
the channel's id
std::string dpp::welcome_channel_t::description |
the description shown for the channel
snowflake dpp::welcome_channel_t::emoji_id = 0 |
the emoji id, if the emoji is custom
std::string dpp::welcome_channel_t::emoji_name |
the emoji name if custom, the unicode character if standard, or null if no emoji is set