method Api.prototype.getMyDescriptionimport { Api } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts"; getMyDescription(other?: Other<R, "getMyDescription">, signal?: AbortSignal)Use this method to get the current bot description for the given user language. Returns BotDescription on success. Parametersoptionalother: Other<R, "getMyDescription">Optional remaining paramters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#getmydescription