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, ];
|
2016-12-30 16:32:25 +01:00
|
|
|
```
|