1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 20:17:46 +01:00
MadelineProto/docs/API_docs/constructors/updateEditChannelMessage.md

620 B

title description
updateEditChannelMessage updateEditChannelMessage attributes, type and example

Constructor: updateEditChannelMessage

Back to constructors index

Attributes:

Name Type Required
message Message Required
pts int Required
pts_count int Required

Type: Update

Example:

$updateEditChannelMessage = ['_' => 'updateEditChannelMessage', 'message' => Message, 'pts' => int, 'pts_count' => int, ];