qTbot 0.2.102.bb22a69
qTbot is base back end library for your c++ Qt projects.
|
This is the complete list of members for qTbot::TelegramArgs, including all inherited members.
callBackQueryId | qTbot::TelegramArgs | |
chatId | qTbot::TelegramArgs | |
disableWebPagePreview | qTbot::TelegramArgs | |
msgIdCB | qTbot::TelegramArgs | |
parseMode | qTbot::TelegramArgs | |
replyToMessageId | qTbot::TelegramArgs | |
requestPriority | qTbot::TelegramArgs | |
TelegramArgs(const QVariant &id, const QString &text="", unsigned long long replyToMessageId=0, const QString &parseMode="html", bool disableWebPagePreview=false, const QString &callBackQueryId="", const std::function< void(int msgId)> &msgIdCB={}, iRequest::RequestPriority priority=iRequest::RequestPriority::NormalPriority) | qTbot::TelegramArgs | |
text | qTbot::TelegramArgs | |
toMap(bool textAsCaption=false) const | qTbot::TelegramArgs |