mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
793 B
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
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];