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