14 const QString &firstName,
16 const QString &lastName):
19 addArg(
"first_name", firstName);
20 addArg(
"last_name", lastName);
21 addArg(
"phone_number", phone);
The TelegramSingleRquest class Is base class for all single requests commands with arguments.
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 setPriority(RequestPriority newPriority)
The TelegramArgs class is base structure for the all tellegram message arguments.