MadelineProtoDocs/docs/API_docs/constructors/updateBotChatBoost.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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