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