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

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