MadelineProtoDocs/docs/API_docs/constructors/updateChannelTooLong.md

752 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
pts int Optional Pts

Type: Update

Example:

$updateChannelTooLong = ['_' => 'updateChannelTooLong', 'channel_id' => int, 'pts' => int];

Or, if you're into Lua:

updateChannelTooLong={_='updateChannelTooLong', channel_id=int, pts=int}