MadelineProtoDocs/old_docs/API_docs_v14/constructors/auth.sentCodeTypeApp.md

813 B

title description image redirect_from
auth.sentCodeTypeApp The code was sent through the telegram app https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/auth_sentCodeTypeApp.html

Constructor: auth.sentCodeTypeApp

Back to constructors index

The code was sent through the telegram app

Attributes:

Name Type Required Description
length int Yes Length of the code in bytes

Type: auth.SentCodeType

Example:

$auth.sentCodeTypeApp = ['_' => 'auth.sentCodeTypeApp', 'length' => int];

Or, if you're into Lua:

auth.sentCodeTypeApp={_='auth.sentCodeTypeApp', length=int}