685 B
685 B
title | description | image |
---|---|---|
updateChannelTooLong | Update channel too long | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateChannelTooLong
Update channel too long
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel_id | int | Yes | Channel ID |
Type: Update
Example:
$updateChannelTooLong = ['_' => 'updateChannelTooLong', 'channel_id' => int];
Or, if you're into Lua:
updateChannelTooLong={_='updateChannelTooLong', channel_id=int}