MadelineProtoDocs/old_docs/API_docs_v14/constructors/updateEditChannelMessage.md

1.1 KiB

title description image
updateEditChannelMessage A message was edited in a [channel/supergroup](https://core.telegram.org/api/channel) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateEditChannelMessage

Back to constructors index

A message was edited in a channel/supergroup

Attributes:

Name Type Required Description
message Message Optional The new message
pts int Yes Event count after generation
pts_count int Yes Number of events that were generated

Type: Update

Example:

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

Or, if you're into Lua:

updateEditChannelMessage={_='updateEditChannelMessage', message=Message, pts=int, pts_count=int}