method TelegramClient.prototype.signInWithPasswordimport { TelegramClient } from "https://deno.land/x/grm@0.6.0/src/mod.ts"; signInWithPassword(apiCredentials: types.ApiCredentials, authParams: types.UserPasswordAuthParams): Promise<Api.TypeUser>ParametersapiCredentials: types.ApiCredentialsauthParams: types.UserPasswordAuthParamsReturnsPromise<Api.TypeUser>