D++ (DPP)
C++ Discord API Bot Library
|
Represents an answer in a poll. More...
#include <message.h>
Public Attributes | |
uint32_t | id {0} |
ID of the answer. Only sent by the Discord API, this is a dead field when creating a poll. More... | |
poll_media | media {} |
Data of the answer. More... | |
Represents an answer in a poll.
uint32_t dpp::poll_answer::id {0} |
ID of the answer. Only sent by the Discord API, this is a dead field when creating a poll.
@warn At the time of writing the Discord API warns users not to rely on anything regarding sequence or "first value" of this field.
poll_media dpp::poll_answer::media {} |
Data of the answer.