Skip to content

Instantly share code, notes, and snippets.

/* SPDX-License-Identifier: BSD-2-Clause */
/* Copyright (c), 2023, Kirill GPRB */
/**
* Implements a Telegram Bot.
* @see https://core.telegram.org/bots/api
*/
export class BotClient {
token: string;
secret?: string;