diff --git a/deltachat-rpc-client/src/deltachat_rpc_client/const.py b/deltachat-rpc-client/src/deltachat_rpc_client/const.py index f2542f0eef..5268a281c6 100644 --- a/deltachat-rpc-client/src/deltachat_rpc_client/const.py +++ b/deltachat-rpc-client/src/deltachat_rpc_client/const.py @@ -41,6 +41,7 @@ class EventType(str, Enum): REACTIONS_CHANGED = "ReactionsChanged" INCOMING_MSG = "IncomingMsg" INCOMING_MSG_BUNCH = "IncomingMsgBunch" + INCOMING_REACTION = "IncomingReaction" MSGS_NOTICED = "MsgsNoticed" MSG_DELIVERED = "MsgDelivered" MSG_FAILED = "MsgFailed"