1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 12:07:21 +01:00
MadelineProto/old_docs/API_docs_v46/constructors/updateNewChannelMessage.md

655 B

title description
updateNewChannelMessage updateNewChannelMessage attributes, type and example

Constructor: updateNewChannelMessage

Back to constructors index

Attributes:

Name Type Required
message MTMessage Required
channel_pts int Required
channel_pts_count int Required

Type: Update

Example:

$updateNewChannelMessage = ['_' => 'updateNewChannelMessage', 'message' => MTMessage, 'channel_pts' => int, 'channel_pts_count' => int, ];