741 B
741 B
title | description |
---|---|
updateChannel | Some data about a channel has been changed |
Constructor: updateChannel
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];
PWRTelegram json-encoded version:
{"_": "updateChannel", "channel": channel}
Or, if you're into Lua:
updateChannel={_='updateChannel', channel=channel}