Changes to emote and login messages

This commit is contained in:
Tom
2026-01-03 05:11:48 +00:00
parent 2469da926d
commit 8f0f5d1b36
2 changed files with 2 additions and 0 deletions

View File

@@ -4,5 +4,6 @@ namespace HermesSocketLibrary.Requests.Messages
{
public required string Id { get; set; }
public required string Name { get; set; }
public string? UserId { get; set; }
}
}

View File

@@ -8,6 +8,7 @@ namespace HermesSocketLibrary.Socket.Data
public string ProviderAccountId { get; set; }
public string SessionId { get; set; }
public string UserName { get; set; }
public string StreamElementsOverlayKey { get; set; }
public bool AnotherClient { get; set; }
public long? OwnerId { get; set; }
public bool Admin { get; set; }