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

1020 B

title description
authCodeTypeFlashCall Code is delivered by the immediately cancelled call to the specified phone number. Number from which the call was done is the code

Constructor: authCodeTypeFlashCall

Back to constructors index

Code is delivered by the immediately cancelled call to the specified phone number. Number from which the call was done is the code

Attributes:

Name Type Required Description
pattern string Yes Pattern of the phone number from which the call will be done

Type: AuthCodeType

Example:

$authCodeTypeFlashCall = ['_' => 'authCodeTypeFlashCall', 'pattern' => 'string'];

PWRTelegram json-encoded version:

{"_": "authCodeTypeFlashCall", "pattern": "string"}

Or, if you're into Lua:

authCodeTypeFlashCall={_='authCodeTypeFlashCall', pattern='string'}