Layer 220
UpdateBotChatBoost
A channel/supergroup boost has changed (bots only)
constructor
updateBotChatBoost#904dd49c peer:Peer boost:Boost qts:int = Update;
Parameters
Returns
UpdateGogram Example
// Creating UpdateBotChatBoost constructor obj := &tg.UpdateBotChatBoost{ Peer: &tg.Peer{}, Boost: &tg.Boost{}, Qts: 0, }