aboutsummaryrefslogtreecommitdiff
path: root/jobs/generated/kicking.h
blob: 658193d5806f94feaa7208a4c1bedf4bde21a5b6 (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
/******************************************************************************
 * 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:
            explicit KickJob(QString roomId, QString user_id, QString reason = {});

    };

} // namespace QMatrixClient