Skip to main content
Go to Latest
type alias ConversationFlavor
import { type ConversationFlavor } from "https://deno.land/x/grammy_conversations@v1.0.1/conversation.ts";

Context flavor for the conversations plugin. Adds the conversation control panel ctx.conversation which e.g. allows entering a conversation. It also adds some properties to the session which the conversation plugin needs.

definition: { conversation: ConversationControls; } & (SessionFlavor<ConversationSessionData> | LazySessionFlavor<ConversationSessionData>)