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