Skip to main content
Latest
method ConversationHandle.prototype.error
import { ConversationHandle } from "https://deno.land/x/grammy_conversations@v1.2.0/conversation.ts";

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

Parameters

...args: Parameters<console.error>

Arguments to pass to console.error