MadelineProto/old_docs/API_docs_v57/constructors/auth_codeTypeCall.md
2017-05-27 22:21:14 +01:00

31 lines
391 B
Markdown

---
title: auth.codeTypeCall
description: auth_codeTypeCall attributes, type and example
---
## Constructor: auth.codeTypeCall
[Back to constructors index](index.md)
### Type: [auth\_CodeType](../types/auth_CodeType.md)
### Example:
```
$auth_codeTypeCall = ['_' => 'auth.codeTypeCall', ];
```
Or, if you're into Lua:
```
auth_codeTypeCall={_='auth.codeTypeCall', }
```