2016-12-20 13:15:22 +01:00
|
|
|
---
|
|
|
|
title: updateServiceNotification
|
2016-12-20 13:32:11 +01:00
|
|
|
description: updateServiceNotification attributes, type and example
|
2016-12-20 13:15:22 +01:00
|
|
|
---
|
2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: updateServiceNotification
|
2016-12-20 13:15:22 +01:00
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
2016-12-19 16:56:52 +01:00
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-01-25 23:16:22 +01:00
|
|
|
|popup|[Bool](../types/Bool.md) | Optional|
|
|
|
|
|inbox\_date|[int](../types/int.md) | Optional|
|
2016-12-19 16:56:52 +01:00
|
|
|
|type|[string](../types/string.md) | Required|
|
|
|
|
|message|[string](../types/string.md) | Required|
|
|
|
|
|media|[MessageMedia](../types/MessageMedia.md) | Required|
|
2017-01-25 23:16:22 +01:00
|
|
|
|entities|Array of [MessageEntity](../types/MessageEntity.md) | Required|
|
2016-12-19 16:56:52 +01:00
|
|
|
|
2016-12-19 18:56:05 +01:00
|
|
|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
|
|
|
2016-12-19 16:56:52 +01:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2017-01-25 23:16:22 +01:00
|
|
|
$updateServiceNotification = ['_' => 'updateServiceNotification', 'popup' => true, 'inbox_date' => int, 'type' => string, 'message' => string, 'media' => MessageMedia, 'entities' => [Vector t], ];
|
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
|
|
|
```
|
|
|
|
|