aboutsummaryrefslogtreecommitdiff
path: root/jobs/generated/kicking.h
blob: 3814bef7ffaaa36302c776529d7e1ca773c104db (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 KickJob : public BaseJob
    {
        public:
            explicit KickJob(const QString& roomId, const QString& userId, const QString& reason = {});
    };
} // namespace QMatrixClient