Function open_interactive_dialog

Source
pub async fn open_interactive_dialog(
    configuration: &Configuration,
    open_interactive_dialog_request: OpenInteractiveDialogRequest,
) -> Result<StatusOk, Error<OpenInteractiveDialogError>>
Expand description

Open an interactive dialog using a trigger ID provided by a slash command, or some other action payload. See https://docs.mattermost.com/developer/interactive-dialogs.html for more information on interactive dialogs. Minimum server version: 5.6