1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 12:47:27 +01:00
MadelineProto/docs/API_docs_46/constructors/updateNewChannelMessage.md

27 lines
651 B
Markdown
Raw Normal View History

---
title: updateNewChannelMessage
description: updateNewChannelMessage attributes, type and example
---
## Constructor: updateNewChannelMessage
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|message|[MTMessage](../types/MTMessage.md) | Required|
|channel\_pts|[int](../types/int.md) | Required|
|channel\_pts\_count|[int](../types/int.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateNewChannelMessage = ['_' => 'updateNewChannelMessage', 'message' => MTMessage, 'channel_pts' => int, 'channel_pts_count' => int, ];
```