Class GuildWelcomeScreenChannelProperties
- Namespace
- NetCord.Rest
- Assembly
- NetCord.dll
public class GuildWelcomeScreenChannelProperties
- Inheritance
-
GuildWelcomeScreenChannelProperties
- Inherited Members
-
Constructors
GuildWelcomeScreenChannelProperties(ulong, string)
public GuildWelcomeScreenChannelProperties(ulong channelId, string description)
Parameters
channelId
ulong
description
string
Properties
ChannelId
[JsonPropertyName("channel_id")]
public ulong ChannelId { get; set; }
Property Value
- ulong
Description
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
- string
Emoji
[JsonPropertyName("emoji_id")]
[JsonConverter(typeof(GuildWelcomeScreenChannelProperties.EmojiPropertiesConverter))]
public EmojiProperties? Emoji { get; set; }
Property Value
- EmojiProperties
Methods
WithChannelId(ulong)
public GuildWelcomeScreenChannelProperties WithChannelId(ulong channelId)
Parameters
channelId
ulong
Returns
- GuildWelcomeScreenChannelProperties
WithDescription(string)
public GuildWelcomeScreenChannelProperties WithDescription(string description)
Parameters
description
string
Returns
- GuildWelcomeScreenChannelProperties
WithEmoji(EmojiProperties?)
public GuildWelcomeScreenChannelProperties WithEmoji(EmojiProperties? emoji)
Parameters
emoji
EmojiProperties
Returns
- GuildWelcomeScreenChannelProperties