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];