qTbot 0.89.ee6949a
qTbot is base back end library for your c++ Qt projects.
|
The TelegramSendLocation class sents location data into chat. More...
#include <telegramsendlocation.h>
Public Member Functions | |
TelegramSendLocation (const TelegramArgs &args, float latitude, float longitude, const ExtraJsonObjects &extraObjects={}) | |
Public Member Functions inherited from qTbot::TelegramSingleRquest | |
TelegramSingleRquest (const QString &request, const QMap< QString, QVariant > &args) | |
TelegramSingleRquest This main constructor of the single requests. | |
TelegramSingleRquest (const QString &request) | |
TelegramSingleRquest This main constructor of the single requests. | |
QString | baseAddress () const override |
baseAddress This method return base domain of remote server. | |
RequestMethod | method () const override |
method returns method of the request. | |
Public Member Functions inherited from qTbot::iRequest | |
iRequest () | |
virtual QString | makeUpload () const |
makeUpload This method prepare data to upload; | |
const QString & | request () const |
request return current requests commnad. | |
void | setRequest (const QString &newRequest) |
setRequest sets custom requests commnad | |
const QMap< QString, QVariant > & | args () const |
args This method returns a current list of arguments | |
void | addArg (const QString &key, const QVariant &val) |
addArg This method push new arg, to arguments list | |
void | setArgs (const QMap< QString, QVariant > &newArgs) |
setArgs For the some requests list of arguments posible to build only after constructor. | |
QString | argsToUrl () const |
argsToUrl This method converts the arguments to a URL string. | |
QSharedPointer< QHttpMultiPart > | argsToMultipartFormData () const |
argsToMultipartFormData This method generates multipart/form-data request data. | |
Additional Inherited Members | |
Public Types inherited from qTbot::iRequest | |
enum | RequestMethod { Get , Post , Upload } |
RequestMethod Tgis islist of supported requests types of the requests. More... | |
The TelegramSendLocation class sents location data into chat.
Definition at line 18 of file telegramsendlocation.h.
qTbot::TelegramSendLocation::TelegramSendLocation | ( | const TelegramArgs & | args, |
float | latitude, | ||
float | longitude, | ||
const ExtraJsonObjects & | extraObjects = {} |
||
) |