#include "InlineQuery.h"
Definition at line 14 of file InlineQuery.h.
◆ InlineQuery() [1/2]
InlineQuery::InlineQuery |
( |
std::string |
id, |
|
|
User |
from, |
|
|
std::string |
query, |
|
|
std::string |
offset |
|
) |
| |
◆ InlineQuery() [2/2]
InlineQuery::InlineQuery |
( |
const InlineQuery & |
InlineQuery | ) |
|
◆ getFrom()
const User & InlineQuery::getFrom |
( |
| ) |
const |
◆ getId()
const string & InlineQuery::getId |
( |
| ) |
const |
◆ getLocation()
const optional< Location > & InlineQuery::getLocation |
( |
| ) |
const |
◆ getOffset()
const string & InlineQuery::getOffset |
( |
| ) |
const |
◆ getQuery()
const string & InlineQuery::getQuery |
( |
| ) |
const |
◆ setLocation()
void InlineQuery::setLocation |
( |
const std::optional< Location > & |
location | ) |
|
◆ from
User yatbcpp::InlineQuery::from |
|
private |
◆ id
std::string yatbcpp::InlineQuery::id |
|
private |
◆ location
std::optional<Location> yatbcpp::InlineQuery::location |
|
private |
◆ offset
std::string yatbcpp::InlineQuery::offset |
|
private |
◆ query
std::string yatbcpp::InlineQuery::query |
|
private |
The documentation for this class was generated from the following files: