tgbot-cpp
Loading...
Searching...
No Matches
TgBot::PollOption Class Reference

#include <PollOption.h>

Public Types

typedef std::shared_ptr< PollOptionPtr
 

Public Attributes

std::string text
 Option text, 1-100 characters.
 
std::int64_t voterCount
 Number of users that voted for this option.
 

Detailed Description

Definition at line 11 of file PollOption.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<PollOption> TgBot::PollOption::Ptr

Definition at line 14 of file PollOption.h.

Member Data Documentation

◆ text

std::string TgBot::PollOption::text

Option text, 1-100 characters.

Definition at line 19 of file PollOption.h.

◆ voterCount

std::int64_t TgBot::PollOption::voterCount

Number of users that voted for this option.

Definition at line 24 of file PollOption.h.


The documentation for this class was generated from the following file: