MadelineProto/docs/TD_docs/constructors/updateChannel.md

630 B

title description
updateChannel Some data about a channel has been changed

Constructor: updateChannel

Back to constructors index

Some data about a channel has been changed

Attributes:

Name Type Required Description
channel channel Yes New data about the channel

Type: Update

Example:

$updateChannel = ['_' => 'updateChannel', 'channel' => channel, ];

Or, if you're into Lua:

updateChannel={_='updateChannel', channel=channel, }