Skip to main content
Module

x/grammy_conversations/mod.ts>OtherwiseOptions

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

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

Properties

optional
drop: boolean
optional
otherwise: OtherwiseHandler<C>