mirror of
https://github.com/QuasarApp/qTbot.git
synced 2025-05-10 04:09:37 +00:00
windows build
This commit is contained in:
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 = "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user