mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:07:21 +01:00
694 B
694 B
title | description |
---|---|
updateChannelTooLong | updateChannelTooLong attributes, type and example |
Constructor: updateChannelTooLong
Attributes:
Name | Type | Required |
---|---|---|
channel_id | int | Yes |
Type: Update
Example:
$updateChannelTooLong = ['_' => 'updateChannelTooLong', 'channel_id' => int, ];
PWRTelegram json-encoded version:
{"_":"updateChannelTooLong","channel_id":"int"}
Or, if you're into Lua:
updateChannelTooLong={_='updateChannelTooLong', channel_id=int, }