method Client.prototype.startBotimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; startBot(botId: number, params?: StartBotParams): Promise<Message>Start a bot. User-only. ParametersbotId: numberThe identifier of the bot to start. optionalparams: StartBotParamsReturnsPromise<Message>The start message.