aboutsummaryrefslogtreecommitdiff
path: root/jobs/generated/kicking.h
blob: 7b183b08037de892a77050688f2ff26cef4f315d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/******************************************************************************
 * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
 */


#pragma once


#include "../basejob.h"



#include <QtCore/QString>




namespace QMatrixClient
{


    // Operations
    
    /**
     
     */
    class KickJob : public BaseJob
    {
        public:
            KickJob(const ConnectionData* connection
            
                    , 
                    QString roomId
            
                    , 
                    QString user_id
            
                    , 
                    QString reason
            );
    
    };
    

} // namespace QMatrixClient