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.
void addArg(const QString &key, const QVariant &val)
addArg This method push new arg, to arguments list
The TelegramArgs class is base structure for the all tellegram message arguments.