blob: 9cf6e6f609dbbe1a0d91f1b97e57d81c27bf5d3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/******************************************************************************
* THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
*/
#pragma once
#include "jobs/basejob.h"
namespace QMatrixClient
{
// Operations
class InviteBy3PIDJob : public BaseJob
{
public:
explicit InviteBy3PIDJob(const QString& roomId, const QString& idServer, const QString& medium, const QString& address);
};
} // namespace QMatrixClient
|