Telebot
4.7.0
Library for Telegram bot API
|
This object represents an answer of a user in a non-anonymous poll. More...
#include <telebot-types.h>
Public Attributes | |
char * | poll_id |
struct telebot_user * | user |
int * | option_ids |
int | count_option_ids |
This object represents an answer of a user in a non-anonymous poll.
int* telebot_poll_answer::option_ids |
0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote.
char* telebot_poll_answer::poll_id |
Unique poll identifier
struct telebot_user* telebot_poll_answer::user |
The user, who changed the answer to the poll