Struct ServerPermissions
Assembly: Revolt.Net.dll​
View Source​
Declaration
public struct ServerPermissions
Properties​
Server​
View Source​
Declaration
[JsonIgnore]
public ServerPermission Server { get; set; }
ServerRaw​
View Source​
Declaration
[JsonProperty("server")]
public int ServerRaw { readonly get; set;
}
Channel​
View Source​
Declaration
[JsonIgnore]
public ChannelPermission Channel { get; set; }
ChannelRaw​
View Source​
Declaration
[JsonProperty("channel")]
public int ChannelRaw { readonly get; set;
}