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