4
1
mirror of https://github.com/QuasarApp/qTbot.git synced 2025-05-10 04:09:37 +00:00

windows build

This commit is contained in:
Andrei Yankovich 2023-11-18 17:21:18 +01:00
parent 05ca0542e1
commit dc19e2c331

@ -9,13 +9,14 @@
#define TELEGRAMARGS_H
#include <QVariant>
#include "global.h"
namespace qTbot {
/**
* @brief The TelegramArgs class is base structure for the all tellegram message arguments.
*/
struct TelegramArgs
struct QTBOT_EXPORT TelegramArgs
{
TelegramArgs(const QVariant& id,
const QString& text = "",