Skip to main content
Module

x/grammy_conversations/conversation.ts>OtherwiseHandler

Conversational interfaces for grammY
Go to Latest
type alias OtherwiseHandler
import { type OtherwiseHandler } from "https://deno.land/x/grammy_conversations@v1.1.1/conversation.ts";

Handler for a context object that will be invoked when a condition fails.

definition: (ctx: C) => unknown | Promise<unknown>