tgbot-cpp
|
#include <PollOption.h>
Public Types | |
typedef std::shared_ptr< PollOption > | Ptr |
Public Attributes | |
std::string | text |
Option text, 1-100 characters. | |
std::int64_t | voterCount |
Number of users that voted for this option. | |
Definition at line 11 of file PollOption.h.
typedef std::shared_ptr<PollOption> TgBot::PollOption::Ptr |
Definition at line 14 of file PollOption.h.
std::string TgBot::PollOption::text |
Option text, 1-100 characters.
Definition at line 19 of file PollOption.h.
std::int64_t TgBot::PollOption::voterCount |
Number of users that voted for this option.
Definition at line 24 of file PollOption.h.