mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 11:39:37 +01:00
574 B
574 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, ];
Or, if you're into Lua:
updateChannelTooLong={_='updateChannelTooLong', channel_id=int, }