Table of Contents

Method WithCallbackHints

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithCallbackHints(DiscordCallbackHintBuilder)

Provides the interaction response with DiscordInteractionCallbackHints.

public DiscordInteractionModalBuilder WithCallbackHints(DiscordCallbackHintBuilder hintBuilder)

Parameters

hintBuilder DiscordCallbackHintBuilder

The hint builder.

Returns

DiscordInteractionModalBuilder

The current builder to chain calls with.

Exceptions

ArgumentNullException

Thrown when the hintBuilder is null.