Table of Contents

Method WithCallbackHints

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithCallbackHints(DiscordCallbackHintBuilder)

Provides the interaction response with DiscordInteractionCallbackHints.

public DiscordInteractionResponseBuilder WithCallbackHints(DiscordCallbackHintBuilder hintBuilder)

Parameters

hintBuilder DiscordCallbackHintBuilder

The hint builder.

Returns

DiscordInteractionResponseBuilder

The current builder to chain calls with.

Exceptions

ArgumentNullException

Thrown when the hintBuilder is null.