Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zkhssb/QQChannelSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
zkhssb committed Nov 17, 2023
2 parents a4e31c0 + 0f3814d commit 7f887e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QQChannelSharp/Dto/Roles/UpdateResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ namespace QQChannelSharp.Dto.Roles
/// </summary>
public class UpdateResult
{
[JsonPropertyName("guild_id")]
public required string GuildID { get; set; }
[JsonPropertyName("role_id")]
public required string RoleId { get; set; }

[JsonPropertyName("role")]
public required Role Role { get; set; }
Expand Down

0 comments on commit 7f887e4

Please sign in to comment.