aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/typing.h
blob: 7cf27ef68f78e127df89b9cf2e12ca2007961541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/******************************************************************************
 * 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