aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/to_device.h
blob: 7743b883466678af937dde55b02921db873f5416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/******************************************************************************
 * 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