D++ (DPP)
C++ Discord API Bot Library
|
Structure representing a poll media, for example the poll question or a possible poll answer. More...
#include <message.h>
Public Attributes | |
std::string | text {} |
Text of the media. More... | |
partial_emoji | emoji {} |
Emoji of the media. More... | |
Structure representing a poll media, for example the poll question or a possible poll answer.
partial_emoji dpp::poll_media::emoji {} |
Emoji of the media.
std::string dpp::poll_media::text {} |
Text of the media.