tgbot-cpp
Loading...
Searching...
No Matches
KeyboardButtonPollType.h
Go to the documentation of this file.
1
#ifndef TGBOT_CPP_KEYBOARDBUTTONPOLLTYPE_H
2
#define TGBOT_CPP_KEYBOARDBUTTONPOLLTYPE_H
3
4
#include <string>
5
#include <memory>
6
7
namespace
TgBot
{
8
14
class
KeyboardButtonPollType
{
15
16
public
:
17
typedef
std::shared_ptr<KeyboardButtonPollType>
Ptr
;
18
24
std::string
type
;
25
};
26
}
27
28
#endif
//TGBOT_CPP_KEYBOARDBUTTONPOLLTYPE_H
TgBot::KeyboardButtonPollType
This object represents type of a poll, which is allowed to be created and sent when the corresponding...
Definition
KeyboardButtonPollType.h:14
TgBot::KeyboardButtonPollType::type
std::string type
Optional. If quiz is passed, the user will be allowed to create only polls in the quiz mode....
Definition
KeyboardButtonPollType.h:24
TgBot::KeyboardButtonPollType::Ptr
std::shared_ptr< KeyboardButtonPollType > Ptr
Definition
KeyboardButtonPollType.h:17
TgBot
Definition
Api.h:40
include
tgbot
types
KeyboardButtonPollType.h
Generated on Tue Jun 11 2024 00:46:35 for tgbot-cpp by
1.11.0