MadelineProtoDocs/old_docs/API_docs_v66/constructors/destroy_auth_key_none.md

496 B

title description image
destroy_auth_key_none Destroy auth key none https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: destroy_auth_key_none

Back to constructors index

Destroy auth key none

Type: DestroyAuthKeyRes

Example:

$destroy_auth_key_none = ['_' => 'destroy_auth_key_none'];

Or, if you're into Lua:

destroy_auth_key_none={_='destroy_auth_key_none'}