MadelineProto/docs/TD_docs/constructors/updateChannelFull.md

38 lines
700 B
Markdown
Raw Normal View History

---
title: updateChannelFull
description: Some data from channelFull has been changed
---
## Constructor: updateChannelFull
[Back to constructors index](index.md)
Some data from channelFull has been changed
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
|channel\_full|[channelFull](../types/channelFull.md) | Yes|New full information about the channel|
### Type: [Update](../types/Update.md)
### Example:
```
$updateChannelFull = ['_' => 'updateChannelFull', 'channel_full' => channelFull, ];
```
Or, if you're into Lua:
```
updateChannelFull={_='updateChannelFull', channel_full=channelFull, }
```