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

This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed. More...

#include <telebot-types.h>

Public Attributes

char * type
 

Detailed Description

This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.

Member Data Documentation

◆ type

char* telebot_keyboard_button_poll_type::type

Optional. If quiz is passed, the user will be allowed to create only polls in the quiz mode. If regular is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.


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