MadelineProtoDocs/old_docs/API_docs_v45/constructors/updateChannelTooLong.md

685 B

title description image
updateChannelTooLong Update channel too long https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateChannelTooLong

Back to constructors index

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}