import { createRawApi } from "https://deno.land/x/grammy@v1.31.0/core/client.ts";
Creates a new transformable API, i.e. an object that lets you perform raw API calls to the Telegram Bot API server but pass the calls through a stack of transformers before. This will create a new API client instance under the hood that will be used to connect to the Telegram servers. You therefore need to pass the bot token. In addition, you may pass API client options as well as a webhook reply envelope that allows the client to perform up to one HTTP request in response to a webhook call if this is desired.
Type Parameters
R extends RawApi
Parameters
optional
options: ApiClientOptionsA number of options to pass to the created API client
optional
webhookReplyEnvelope: WebhookReplyEnvelopeThe webhook reply envelope that will be used