1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-07 17:29:02 +01:00
MadelineProto/docs/API_docs_55/constructors/updateEditChannelMessage.md

616 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, ];