Skip to main content
Module

x/grammy_conversations/mod.ts>OtherwiseOptions

Conversational interfaces for grammY.
Latest
interface OtherwiseOptions
import { type OtherwiseOptions } from "https://deno.land/x/grammy_conversations@v1.2.0/mod.ts";

Options object with settings that determine how to handle a failing condition.

Properties

optional
drop: boolean
optional
maxMilliseconds: number
optional
otherwise: OtherwiseHandler<C>