mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 20:47:21 +01:00
19 lines
190 B
Markdown
19 lines
190 B
Markdown
|
---
|
||
|
title: logout
|
||
|
description: logout parameters, return type and example
|
||
|
---
|
||
|
## Method: logout
|
||
|
|
||
|
Logs you out
|
||
|
|
||
|
|
||
|
### Return type: boolean
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$MadelineProto->logout();
|
||
|
```
|
||
|
|