![]()  | 
  
    D++ (DPP)
    
   C++ Discord API Bot Library 
   | 
 
Represents a reference to an answer and its count of votes. More...
 Collaboration diagram for dpp::poll_results::answer_count:Public Attributes | |
| uint32_t | answer_id {0} | 
| ID of the answer. Relates to an answer in the answers field.  More... | |
| uint32_t | count {0} | 
| Number of votes for this answer.  More... | |
| bool | me_voted {false} | 
| Whether the current user voted.  More... | |
Represents a reference to an answer and its count of votes.
| uint32_t dpp::poll_results::answer_count::answer_id {0} | 
ID of the answer. Relates to an answer in the answers field.
| uint32_t dpp::poll_results::answer_count::count {0} | 
Number of votes for this answer.
| bool dpp::poll_results::answer_count::me_voted {false} | 
Whether the current user voted.