We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bf5a3 commit 137e32fCopy full SHA for 137e32f
deltachat-rpc-client/src/deltachat_rpc_client/const.py
@@ -41,6 +41,7 @@ class EventType(str, Enum):
41
REACTIONS_CHANGED = "ReactionsChanged"
42
INCOMING_MSG = "IncomingMsg"
43
INCOMING_MSG_BUNCH = "IncomingMsgBunch"
44
+ INCOMING_REACTION = "IncomingReaction"
45
MSGS_NOTICED = "MsgsNoticed"
46
MSG_DELIVERED = "MsgDelivered"
47
MSG_FAILED = "MsgFailed"
0 commit comments