mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
911 B
911 B
title | description | nav_exclude | image |
---|---|---|---|
updateBotChatBoost | A channel boost has changed (bots only) | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateBotChatBoost
A channel boost has changed (bots only)
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | Channel |
boost | Boost | Yes | New boost information |
qts | int | Yes | QTS event sequence identifier |
Type: Update
Example:
$updateBotChatBoost = ['_' => 'updateBotChatBoost', 'peer' => long, 'boost' => Boost, 'qts' => int];