Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ChatMode property to the LogOnDetails class #1352

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Rei-sen
Copy link

@Rei-sen Rei-sen commented Apr 15, 2024

This lets the user enable new Steam group chat

…to enable support for the new Steam group chat.
@@ -111,6 +111,12 @@ public sealed class LogOnDetails
/// </summary>
/// <value>The machine name.</value>
public string? MachineName { get; set; } = $"{Environment.MachineName} (SteamKit2)";
/// <summary>
/// Gets or sets the chat mode.
/// Setting this field to 2 enables support for new Steam group chat.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sounds more like an enum than a uint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants