MadelineProtoDocs/docs/API_docs/constructors/updateChannel.md
2024-05-01 14:53:46 +02:00

793 B

title description nav_exclude image
updateChannel A new channel or supergroup is available, or info about an existing channel has changed and must be refeteched. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateChannel

Back to constructors index

A new channel or supergroup is available, or info about an existing channel has changed and must be refeteched.

Attributes:

Name Type Required Description
channel_id long Yes Channel ID

Type: Update

Example:

$updateChannel = ['_' => 'updateChannel', 'channel_id' => long];