method Client.prototype.getMyShortDescriptionimport { Client } from "https://deno.land/x/mtkruto@0.1.157/mod.ts"; getMyShortDescription(params?: { languageCode?: string; }): Promise<string>Get the bot's short description in the given language. Bot-only. Parametersoptionalparams: { languageCode?: string; }ReturnsPromise<string>The current bot's short description in the specified language.