1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 17:07:22 +01:00
MadelineProto/docs/API_docs/constructors/destroy_auth_key_none.md

38 lines
531 B
Markdown
Raw Normal View History

---
title: destroy_auth_key_none
description: destroy_auth_key_none attributes, type and example
---
## Constructor: destroy\_auth\_key\_none
[Back to constructors index](index.md)
### Type: [DestroyAuthKeyRes](../types/DestroyAuthKeyRes.md)
### Example:
```
$destroy_auth_key_none = ['_' => 'destroy_auth_key_none', ];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_":"destroy_auth_key_none"}
```
Or, if you're into Lua:
```
destroy_auth_key_none={_='destroy_auth_key_none', }
```