MadelineProto/old_docs/API_docs_v51/constructors/auth_codeTypeSms.md

31 lines
384 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: auth.codeTypeSms
description: auth_codeTypeSms attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: auth.codeTypeSms
[Back to constructors index](index.md)
### Type: [auth\_CodeType](../types/auth_CodeType.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$auth_codeTypeSms = ['_' => 'auth.codeTypeSms', ];
```
Or, if you're into Lua:
```
auth_codeTypeSms={_='auth.codeTypeSms', }
```