Skip to main content
Module

x/grammy_conversations/mod.ts>ConversationHandle#log

Conversational interfaces for grammY.
Latest
method ConversationHandle.prototype.log
import { ConversationHandle } from "https://deno.land/x/grammy_conversations@v1.2.0/mod.ts";

Safely perform console.log calls, but only when they should really be logged (so not during replay operations).

Parameters

...args: Parameters<console.log>

Arguments to pass to console.log