Refactor OAuth handling and add GetAuthorizationUrl method

This commit is contained in:
Dmitri Shimanski
2025-08-22 08:51:44 +03:00
parent d96ed136d7
commit 3d724a4686
9 changed files with 61 additions and 35 deletions

View File

@@ -7,7 +7,7 @@ namespace yawaflua.Discord.Net.Entities;
internal class DiscordUser : IUser
{
[JsonPropertyName("id")]
public ulong Id { get; set; }
public string Id { get; set; }
[JsonPropertyName("username")]
public string Username { get; set; }