method Api.prototype.getMeimport { Api } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts"; getMe(signal?: AbortSignal)A simple method for testing your bot's authentication token. Requires no parameters. Returns basic information about the bot in form of a User object. Parametersoptionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#getme