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