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

#pragma once

#include "jobs/basejob.h"


namespace QMatrixClient
{
    // Operations

    class InviteUserJob : public BaseJob
    {
        public:
            explicit InviteUserJob(const QString& roomId, const QString& userId);
    };
} // namespace QMatrixClient