aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/typing.h
blob: 0506c77b90809e09597afd25c73fd599add67ad7 (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 SetTypingJob : public BaseJob
    {
        public:
            explicit SetTypingJob(const QString& userId, const QString& roomId, bool typing, int timeout = {});
    };
} // namespace QMatrixClient