Class GroupDMChannelOptions
- Namespace
- NetCord.Rest
- Assembly
- NetCord.dll
public class GroupDMChannelOptions
- Inheritance
-
GroupDMChannelOptions
- Inherited Members
-
Properties
Icon
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("icon")]
public ImageProperties? Icon { get; set; }
Property Value
- ImageProperties?
Name
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
- string
Methods
WithIcon(ImageProperties?)
public GroupDMChannelOptions WithIcon(ImageProperties? icon)
Parameters
icon
ImageProperties?
Returns
- GroupDMChannelOptions
WithName(string?)
public GroupDMChannelOptions WithName(string? name)
Parameters
name
string
Returns
- GroupDMChannelOptions