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