mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 23:19:38 +01:00
649 B
649 B
title | description |
---|---|
updateNewChannelMessage | updateNewChannelMessage attributes, type and example |
Constructor: updateNewChannelMessage
Attributes:
Name | Type | Required |
---|---|---|
message | Message | Required |
channel_pts | int | Required |
channel_pts_count | int | Required |
Type: Update
Example:
$updateNewChannelMessage = ['_' => 'updateNewChannelMessage', 'message' => Message, 'channel_pts' => int, 'channel_pts_count' => int, ];