Table of Contents

Method CreateInteractionIframeResponseAsync

Namespace
DisCatSharp.ApplicationCommands.Context
Assembly
DisCatSharp.ApplicationCommands.dll

CreateInteractionIframeResponseAsync(string, string, IframeModalSize, string?)

Creates an iframe response to this interaction.

public Task CreateInteractionIframeResponseAsync(string customId, string title, IframeModalSize modalSize = IframeModalSize.Normal, string? iFramePath = null)

Parameters

customId string

The custom id of the iframe.

title string

The title of the iframe.

modalSize IframeModalSize

The size of the iframe.

iFramePath string

The path of the iframe.

Returns

Task