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