1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 20:47:21 +01:00
MadelineProto/docs/logout.md

19 lines
190 B
Markdown
Raw Normal View History

2017-08-25 14:29:02 +02:00
---
title: logout
description: logout parameters, return type and example
---
## Method: logout
Logs you out
### Return type: boolean
### Example:
```
$MadelineProto->logout();
```