Layer 220
constructor
updateBotChatBoost#904dd49c peer:Peer boost:Boost qts:int = Update;

Parameters

Name Type Description
Peer Peer Channel
Boost Boost New boost information
Qts int QTS event sequence identifier

Returns

Update

Gogram Example

// Creating UpdateBotChatBoost constructor
obj := &tg.UpdateBotChatBoost{
    Peer: &tg.Peer{},
    Boost: &tg.Boost{},
    Qts: 0,
}