Class UserInfo
Information about a ntfy user.
Assembly: ntfy.dll
Syntax
Properties
|
Improve this Doc
View Source
Limits
Declaration
[JsonProperty("limits")]
public UserLimits? Limits { get; }
Property Value
|
Improve this Doc
View Source
Role
Declaration
[JsonProperty("role")]
public string? Role { get; }
Property Value
|
Improve this Doc
View Source
Stats
Declaration
[JsonProperty("stats")]
public UserStats? Stats { get; }
Property Value
|
Improve this Doc
View Source
SyncTopic
Declaration
[JsonProperty("sync_topic")]
public string? SyncTopic { get; }
Property Value
|
Improve this Doc
View Source
Username
Declaration
[JsonProperty("username")]
public string? Username { get; }
Property Value