Method WithStickerIds
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
WithStickerIds(params ulong[])
Adds stickers to the message. Sticker must be from current guild.
public DiscordMessageBuilder WithStickerIds(params ulong[] stickerIds)
Parameters
stickerIdsulong[]The sticker to add.
Returns
- DiscordMessageBuilder
The current builder to be chained.
WithStickerIds(IEnumerable<ulong>)
Adds stickers to the message. Sticker must be from current guild.
public DiscordMessageBuilder WithStickerIds(IEnumerable<ulong> stickerIds)
Parameters
stickerIdsIEnumerable<ulong>The sticker to add.
Returns
- DiscordMessageBuilder
The current builder to be chained.