Telebot  4.7.0
Library for Telegram bot API
Public Attributes | List of all members
telebot_poll_answer Struct Reference

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_useruser
 
int * option_ids
 
int count_option_ids
 

Detailed Description

This object represents an answer of a user in a non-anonymous poll.

Member Data Documentation

◆ option_ids

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.

◆ poll_id

char* telebot_poll_answer::poll_id

Unique poll identifier

◆ user

struct telebot_user* telebot_poll_answer::user

The user, who changed the answer to the poll


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