MadelineProto/docs/TD_docs/constructors/authCodeTypeCall.md
2017-07-23 16:33:46 +02:00

782 B

title description
authCodeTypeCall Code is delievered by voice call to the specified phone number

Constructor: authCodeTypeCall

Back to constructors index

Code is delievered by voice call to the specified phone number

Attributes:

Name Type Required Description
length int Yes Length of the code

Type: AuthCodeType

Example:

$authCodeTypeCall = ['_' => 'authCodeTypeCall', 'length' => int];

PWRTelegram json-encoded version:

{"_": "authCodeTypeCall", "length": int}

Or, if you're into Lua:

authCodeTypeCall={_='authCodeTypeCall', length=int}