2017-01-02 19:50:37 +01:00
|
|
|
---
|
|
|
|
title: updateShortMessage
|
|
|
|
description: updateShortMessage attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: updateShortMessage
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|out|[Bool](../types/Bool.md) | Optional|
|
|
|
|
|mentioned|[Bool](../types/Bool.md) | Optional|
|
|
|
|
|media\_unread|[Bool](../types/Bool.md) | Optional|
|
|
|
|
|silent|[Bool](../types/Bool.md) | Optional|
|
|
|
|
|id|[int](../types/int.md) | Required|
|
|
|
|
|user\_id|[int](../types/int.md) | Required|
|
|
|
|
|message|[string](../types/string.md) | Required|
|
|
|
|
|pts|[int](../types/int.md) | Required|
|
|
|
|
|pts\_count|[int](../types/int.md) | Required|
|
|
|
|
|date|[int](../types/int.md) | Required|
|
|
|
|
|fwd\_from|[MessageFwdHeader](../types/MessageFwdHeader.md) | Optional|
|
|
|
|
|via\_bot\_id|[int](../types/int.md) | Optional|
|
|
|
|
|reply\_to\_msg\_id|[int](../types/int.md) | Optional|
|
|
|
|
|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Updates](../types/Updates.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$updateShortMessage = ['_' => 'updateShortMessage', 'out' => true, 'mentioned' => true, 'media_unread' => true, 'silent' => true, 'id' => int, 'user_id' => int, 'message' => string, 'pts' => int, 'pts_count' => int, 'date' => int, 'fwd_from' => MessageFwdHeader, 'via_bot_id' => int, 'reply_to_msg_id' => int, '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
|
|
|
```
|
|
|
|
|