yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
|
#include "ForceReply.h"
Public Member Functions | |
ForceReply () | |
ForceReply (const ForceReply &ForceReply) | |
void | setSelective (const std::optional< bool > &selective) |
bool | isForce_reply () const |
const std::optional< bool > & | getSelective () const |
Private Attributes | |
bool | force_reply |
std::optional< bool > | selective |
See also https://core.telegram.org/bots/api#forcereply
Definition at line 9 of file ForceReply.h.
ForceReply::ForceReply | ( | ) |
Definition at line 11 of file ForceReply.cc.
ForceReply::ForceReply | ( | const ForceReply & | ForceReply | ) |
Definition at line 17 of file ForceReply.cc.
const optional< bool > & ForceReply::getSelective | ( | ) | const |
Definition at line 40 of file ForceReply.cc.
bool ForceReply::isForce_reply | ( | ) | const |
Definition at line 36 of file ForceReply.cc.
void ForceReply::setSelective | ( | const std::optional< bool > & | selective | ) |
Definition at line 28 of file ForceReply.cc.
|
private |
Definition at line 22 of file ForceReply.h.
|
private |
Definition at line 23 of file ForceReply.h.