Method WithSticker
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
WithSticker(DiscordSticker)
Adds a sticker to the message. Sticker must be from current guild.
public DiscordMessageBuilder WithSticker(DiscordSticker sticker)
Parameters
sticker
DiscordStickerThe sticker to add.
Returns
- DiscordMessageBuilder
The current builder to be chained.