Constructor: updateChannelTooLong
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}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.