Skip to main content
Module

x/grm/mod.ts>auth.sendCode

MTProto API Client for Deno 🦕
Go to Latest
function auth.sendCode
import { auth } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { sendCode } = auth;

Parameters

apiCredentials: ApiCredentials
phoneNumber: string
optional
forceSMS = [UNSUPPORTED]

Returns

Promise<{ phoneCodeHash: string; isCodeViaApp: boolean; }>