aboutsummaryrefslogtreecommitdiff
path: root/lib/events/typingevent.h
blob: b56475af5871d9b311bee193868e808b0776de27 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: 2017 Kitsune Ral <Kitsune-Ral@users.sf.net>
// SPDX-License-Identifier: LGPL-2.1-or-later

#pragma once

#include "event.h"

namespace Quotient {
DEFINE_SIMPLE_EVENT(TypingEvent, Event, "m.typing", QStringList, users, "user_ids")
} // namespace Quotient