MadelineProto/docs/API_docs/constructors/destroy_session_ok.md

25 lines
485 B
Markdown
Raw Normal View History

---
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, ];
```