8#ifndef TELEGRAMSINGLERQUEST_H
9#define TELEGRAMSINGLERQUEST_H
The TelegramSingleRquest class Is base class for all single requests commands with arguments.
RequestMethod method() const override
method returns method of the request.
QString baseAddress() const override
baseAddress This method return base domain of remote server.
The iRequest class Is main interface for all custom requests.
RequestMethod
RequestMethod Tgis islist of supported requests types of the requests.
const QMap< QString, QVariant > & args() const
args This method returns a current list of arguments
const QString & request() const
request return current requests commnad.