Skip to main content
Module

x/grammy_autoquote/deps.deno.ts>Api#getMe

grammY plugin that forces all sent messages to quote the last received one
Go to Latest
method Api.prototype.getMe
import { Api } from "https://deno.land/x/grammy_autoquote@v2.0.0/deps.deno.ts";

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.

Parameters

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#getme