Changes to emote and login messages
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user