MadelineProtoDocs/docs/logout.md
2019-06-01 18:08:28 +02:00

19 lines
268 B
Markdown

---
title: logout
description: logout parameters, return type and example
---
## Method: logout
Logs you out
### Return type: boolean
### Example ([now fully async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
```php
yield $MadelineProto->logout();
```