#include "sendLocation.h"
Definition at line 19 of file sendLocation.h.
◆ sendLocation() [1/3]
- Parameters
-
C | |
location,and | Document file id or an document file location to send local files use methodMultipart |
Definition at line 13 of file sendLocation.cc.
◆ sendLocation() [2/3]
yatbcpp::sendLocation::sendLocation |
( |
std::int64_t |
chat_id, |
|
|
Location |
location |
|
) |
| |
- Parameters
-
chat_id | |
location,and | Document file id or an Document file location to send local files use methodMultipart |
◆ sendLocation() [3/3]
yatbcpp::sendLocation::sendLocation |
( |
std::string |
chat_id, |
|
|
Location |
location |
|
) |
| |
- Parameters
-
chat_id | |
location,and | Location file id or an Document file location to send local files use methodMultipart |
◆ getChat_id()
const string & sendLocation::getChat_id |
( |
| ) |
const |
◆ getDisable_notification()
const optional< bool > & sendLocation::getDisable_notification |
( |
| ) |
const |
◆ getFunctionname()
◆ getLatitude()
const float & sendLocation::getLatitude |
( |
| ) |
const |
◆ getLivePeriod()
const optional< unsigned int > & sendLocation::getLivePeriod |
( |
| ) |
const |
◆ getLongitude()
const float & sendLocation::getLongitude |
( |
| ) |
const |
◆ getReply_markup()
const optional< ReplyMarkup > & sendLocation::getReply_markup |
( |
| ) |
const |
◆ getReply_to_message_id()
const optional< int32_t > & sendLocation::getReply_to_message_id |
( |
| ) |
const |
◆ perform_requestJSON()
◆ setDisable_notification()
void sendLocation::setDisable_notification |
( |
const std::optional< bool > & |
disable_notification | ) |
|
◆ setLive_period()
void sendLocation::setLive_period |
( |
const std::optional< unsigned int > & |
live_period | ) |
|
◆ setLivePeriod()
void yatbcpp::sendLocation::setLivePeriod |
( |
const std::optional< unsigned int > |
live_period | ) |
|
◆ setReply_to_message_id()
void sendLocation::setReply_to_message_id |
( |
const std::optional< int > & |
reply_to_message_id | ) |
|
◆ setReplyMarkup() [1/3]
◆ setReplyMarkup() [2/3]
◆ setReplyMarkup() [3/3]
void sendLocation::setReplyMarkup |
( |
const ForceReply |
FR | ) |
|
◆ toJson()
Json::Value sendLocation::toJson |
( |
| ) |
|
|
virtual |
◆ WriteCallback()
◆ chat_id
std::string yatbcpp::sendLocation::chat_id |
|
private |
◆ disable_notification
std::optional<bool> yatbcpp::sendLocation::disable_notification |
|
private |
◆ functionname
◆ latitude
float yatbcpp::sendLocation::latitude |
|
private |
◆ live_period
std::optional<unsigned int> yatbcpp::sendLocation::live_period |
|
private |
◆ longitude
float yatbcpp::sendLocation::longitude |
|
private |
◆ reply_markup
std::optional<ReplyMarkup> yatbcpp::sendLocation::reply_markup |
|
private |
◆ reply_to_message_id
std::optional<int> yatbcpp::sendLocation::reply_to_message_id |
|
private |
The documentation for this class was generated from the following files: