qTbot 0.87.9547b0c
qTbot is base back end library for your c++ Qt projects.
telegrameditmessagereplymarkup.cpp
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
9
10namespace qTbot {
11
13 const TelegramArgs& args,
14 const ExtraJsonObjects &extraObjects):
15 TelegramEditMessage(idEditedMessage, args, extraObjects)
16{
17 setRequest("editMessageReplyMarkup");
18}
19}
TelegramEditMessageReplyMarkup(const QVariant &idEditedMessage, const TelegramArgs &args, const ExtraJsonObjects &extraObjects={})
The TelegramEditMessage class This command edit keyboard of the message.
void setRequest(const QString &newRequest)
setRequest sets custom requests commnad
Definition irequest.cpp:98
QHash< QString, QSharedPointer< QJsonObject > > ExtraJsonObjects
ExtraJsonObjects hash map of the extra objects of the message.
Definition irequest.h:26
The TelegramArgs class is base structure for the all tellegram message arguments.