tgbot-cpp
Loading...
Searching...
No Matches
MenuButton.h
Go to the documentation of this file.
1
#ifndef TGBOT_MENUBUTTON_H
2
#define TGBOT_MENUBUTTON_H
3
4
#include <memory>
5
#include <string>
6
7
namespace
TgBot
{
8
19
class
MenuButton
{
20
public
:
21
typedef
std::shared_ptr<MenuButton>
Ptr
;
22
23
MenuButton
() {}
24
25
virtual
~MenuButton
() {}
26
30
std::string
type
;
31
};
32
}
33
34
#endif
//TGBOT_MENUBUTTON_H
TgBot::MenuButton
This abstract class is base of all bot menu buttons.
Definition
MenuButton.h:19
TgBot::MenuButton::~MenuButton
virtual ~MenuButton()
Definition
MenuButton.h:25
TgBot::MenuButton::Ptr
std::shared_ptr< MenuButton > Ptr
Definition
MenuButton.h:21
TgBot::MenuButton::type
std::string type
Type of the button.
Definition
MenuButton.h:30
TgBot::MenuButton::MenuButton
MenuButton()
Definition
MenuButton.h:23
TgBot
Definition
Api.h:40
include
tgbot
types
MenuButton.h
Generated on Tue Jun 11 2024 00:46:35 for tgbot-cpp by
1.11.0