Class CreateGuildRequest
- Namespace
- Fluxer.Net.Rest
- Assembly
- Fluxer.Net.dll
public class CreateGuildRequest
- Inheritance
-
object
CreateGuildRequest
Properties
EmptyFeatures
[JsonProperty("empty_features")]
public bool? EmptyFeatures { get; set; }
Property Value
- bool?
IconBase64
[JsonProperty("icon")]
public string? IconBase64 { get; set; }
Property Value
- string
Name
[JsonProperty("name")]
public string Name { get; set; }
Property Value
- string
Methods
IconFromStream(Stream)
public void IconFromStream(Stream stream)
Parameters
stream Stream