blob: c7b5214e25b75ee1e92058fb4eec19b13aa6e54c (
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 "../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
|