MadelineProtoDocs/old_docs/API_docs_v105/constructors/auth_sentCodeTypeFlashCall.md
2019-12-27 17:48:04 +01:00

1.1 KiB

title description image
auth.sentCodeTypeFlashCall The code will be sent via a flash phone call, that will be closed immediately. The phone code will then be the phone number itself, just make sure that the phone number matches the specified pattern. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: auth.sentCodeTypeFlashCall

Back to constructors index

The code will be sent via a flash phone call, that will be closed immediately. The phone code will then be the phone number itself, just make sure that the phone number matches the specified pattern.

Attributes:

Name Type Required Description
pattern string Yes pattern to match

Type: auth_SentCodeType

Example:

$auth_sentCodeTypeFlashCall = ['_' => 'auth.sentCodeTypeFlashCall', 'pattern' => 'string'];

Or, if you're into Lua:

auth_sentCodeTypeFlashCall={_='auth.sentCodeTypeFlashCall', pattern='string'}