Table of Contents

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

stickerIds ulong[]

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

stickerIds IEnumerable<ulong>

The sticker to add.

Returns

DiscordMessageBuilder

The current builder to be chained.