Method WithEmojiId
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
WithEmojiId(ulong?)
Sets the emoji ID for this tag (which will overwrite the emoji name).
public DiscordForumTagBuilder WithEmojiId(ulong? emojiId)
Parameters
emojiIdulong?
Returns
- DiscordForumTagBuilder
 The builder to chain calls with.