Skip to main content
Module

x/grammy/bot.ts>Bot#isInited

The Telegram Bot Framework.
Very Popular
Go to Latest
method Bot.prototype.isInited
import { Bot } from "https://deno.land/x/grammy@v1.11.1/bot.ts";

Checks if the bot has been initialized. A bot is initialized if the bot information is set. The bot information can either be set automatically by calling bot.init, or manually through the bot constructor. Note that usually, initialization is done automatically and you do not have to care about this method.