2016-12-30 16:32:25 +01:00
|
|
|
---
|
|
|
|
title: new_session_created
|
|
|
|
description: new_session_created attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: new\_session\_created
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|first\_msg\_id|[long](../types/long.md) | Required|
|
|
|
|
|unique\_id|[long](../types/long.md) | Required|
|
|
|
|
|server\_salt|[long](../types/long.md) | Required|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [NewSession](../types/NewSession.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-30 21:21:36 +01:00
|
|
|
$new_session_created = ['_' => 'new_session_created', 'first_msg_id' => long, 'unique_id' => long, 'server_salt' => long, ];
|
Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55
2017-01-02 21:04:36 +01:00
|
|
|
```
|
|
|
|
|