Method CreateInteractionIframeResponseAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.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
stringThe custom id of the iframe.
title
stringThe title of the iframe.
modalSize
IframeModalSizeThe size of the iframe.
iFramePath
stringThe path of the iframe. Uses %application_id%.discordsays.com/
:iframe_path
.