Table of Contents

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 DiscordSticker

The sticker to add.

Returns

DiscordMessageBuilder

The current builder to be chained.