|
Telebot
4.7.0
Library for Telegram bot API
|
This object contains information about one answer option in a poll. More...
#include <telebot-types.h>
Public Attributes | |
| char * | text |
| int | voter_count |
This object contains information about one answer option in a poll.
| char* telebot_poll_option::text |
Option text, 1-100 characters
| int telebot_poll_option::voter_count |
Number of users that voted for this option
1.8.13