♻️ I have no idea what I have done
This commit is contained in:
11
DysonNetwork.Shared/Data/WebSocket.cs
Normal file
11
DysonNetwork.Shared/Data/WebSocket.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DysonNetwork.Shared.Data;
|
||||
|
||||
public abstract class WebSocketPacketType
|
||||
{
|
||||
public const string Error = "error";
|
||||
public const string MessageNew = "messages.new";
|
||||
public const string MessageUpdate = "messages.update";
|
||||
public const string MessageDelete = "messages.delete";
|
||||
public const string CallParticipantsUpdate = "call.participants.update";
|
||||
}
|
||||
|
Reference in New Issue
Block a user