mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 12:19:36 +01:00
25 lines
485 B
Markdown
25 lines
485 B
Markdown
|
---
|
||
|
title: destroy_session_ok
|
||
|
description: destroy_session_ok attributes, type and example
|
||
|
---
|
||
|
## Constructor: destroy\_session\_ok
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|session\_id|[long](../types/long.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [DestroySessionRes](../types/DestroySessionRes.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$destroy_session_ok = ['_' => destroy_session_ok, 'session_id' => long, ];
|
||
|
```
|