method TelegramClient.prototype.signInBotimport { TelegramClient } from "https://deno.land/x/grm@0.5.4/src/mod.ts"; signInBot(apiCredentials: types.ApiCredentials, authParams: types.BotAuthParams): Promise<Api.TypeUser>ParametersapiCredentials: types.ApiCredentialsauthParams: types.BotAuthParamsReturnsPromise<Api.TypeUser>