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

This object contains information about one answer option in a poll. More...

#include <telebot-types.h>

Public Attributes

char * text
 
int voter_count
 

Detailed Description

This object contains information about one answer option in a poll.

Member Data Documentation

◆ text

char* telebot_poll_option::text

Option text, 1-100 characters

◆ voter_count

int telebot_poll_option::voter_count

Number of users that voted for this option


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