Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grm/src/client/auth.ts>sendCode

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

Parameters

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

Returns

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