notify DC_EVENT_INCOMING_WEBXDC_NOTIFY

This commit is contained in:
adbenitez
2024-11-23 21:43:33 +01:00
parent 1a5e062dac
commit 6b684bf030
3 changed files with 29 additions and 1 deletions
@@ -13,6 +13,7 @@ public class DcContext {
public final static int DC_EVENT_MSGS_CHANGED = 2000;
public final static int DC_EVENT_REACTIONS_CHANGED = 2001;
public final static int DC_EVENT_INCOMING_REACTION = 2002;
public final static int DC_EVENT_INCOMING_WEBXDC_NOTIFY = 2003;
public final static int DC_EVENT_INCOMING_MSG = 2005;
public final static int DC_EVENT_MSGS_NOTICED = 2008;
public final static int DC_EVENT_MSG_DELIVERED = 2010;