aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/to_device.h
blob: e3f3b9e8d3a09f77c65cd3121af7afae743bf3c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/******************************************************************************
 * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
 */

#pragma once

#include "jobs/basejob.h"

#include <QtCore/QJsonObject>
#include <QtCore/QHash>

namespace QMatrixClient
{
    // Operations

    class SendToDeviceJob : public BaseJob
    {
        public:
            explicit SendToDeviceJob(const QString& eventType, const QString& txnId, const QHash<QString, QHash<QString, QJsonObject>>& messages = {});
    };
} // namespace QMatrixClient