Update WeChatUserInfo.cs
This commit is contained in:
@@ -2,7 +2,7 @@ using Newtonsoft.Json;
|
||||
|
||||
namespace WeChatSharp;
|
||||
[Serializable]
|
||||
public struct WeChatUserInfo
|
||||
public record WeChatUserInfo
|
||||
{
|
||||
[JsonProperty(propertyName: "subscribe")]
|
||||
public int Subscribe { get; internal set; }
|
||||
|
Reference in New Issue
Block a user