700 B
700 B
title | description |
---|---|
updateChannelFull | Some data from channelFull has been changed |
Constructor: updateChannelFull
Some data from channelFull has been changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel_full | channelFull | Yes | New full information about the channel |
Type: Update
Example:
$updateChannelFull = ['_' => 'updateChannelFull', 'channel_full' => channelFull, ];
Or, if you're into Lua:
updateChannelFull={_='updateChannelFull', channel_full=channelFull, }