mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
3 lines
165 B
C#
3 lines
165 B
C#
namespace Remotely.Server.Models.Messages;
|
|
|
|
public record ChatReceivedMessage(string DeviceId, string DeviceName, string MessageText, bool DidDisconnect = false); |