qTbot
0.89.ee6949a
qTbot is base back end library for your c++ Qt projects.
telegramsendcontact.h
Go to the documentation of this file.
1
//#
2
//# Copyright (C) 2023-2024 QuasarApp.
3
//# Distributed under the GPLv3 software license, see the accompanying
4
//# Everyone is permitted to copy and distribute verbatim copies
5
//# of this license document, but changing it is not allowed.
6
//#
7
8
9
10
#ifndef TELEGRAMSENDCONTACT_H
11
#define TELEGRAMSENDCONTACT_H
12
13
#include "
qTbot/telegramargs.h
"
14
#include "
telegramsinglerquest.h
"
15
16
namespace
qTbot
{
17
21
class
TelegramSendContact
:
public
TelegramSingleRquest
22
{
23
public
:
24
25
TelegramSendContact
(
const
TelegramArgs
&
args
,
26
const
QString &firstName,
27
const
QString &phone,
28
const
QString &lastName);
29
};
30
}
31
#endif
// TELEGRAMSENDCONTACT_H
qTbot::TelegramSendContact
The TelegramSendContact class.
Definition
telegramsendcontact.h:22
qTbot::TelegramSingleRquest
The TelegramSingleRquest class Is base class for all single requests commands with arguments.
Definition
telegramsinglerquest.h:37
qTbot::iRequest::args
const QMap< QString, QVariant > & args() const
args This method returns a current list of arguments
Definition
irequest.cpp:30
qTbot
Definition
telegramdeletemessage.cpp:8
qTbot::TelegramArgs
The TelegramArgs class is base structure for the all tellegram message arguments.
Definition
telegramargs.h:20
telegramargs.h
telegramsinglerquest.h
src
qTbot
src
private
requests
telegramsendcontact.h
Generated by
1.9.8