mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Update deleted to use UUID
This commit is contained in:
@@ -18,7 +18,7 @@ public class EventHandlers
|
||||
public delegate void OnWsReconnectEventHandler(object sender, ReconnectionInfo reconnectionInfo);
|
||||
|
||||
// Usually only one is sent at a time but it is a list hence the pluralization
|
||||
public delegate void OnDeleteMessagesEventHandler(object sender, List<int> messageIds);
|
||||
public delegate void OnDeleteMessagesEventHandler(object sender, List<string> messageIds);
|
||||
|
||||
public delegate void OnWsDisconnectionEventHandler(object sender, DisconnectionInfo disconnectionInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user