Skip to content

premium.getBoostsList

Layer 225

Constructor ID: 0x60f67660
Returns: BoostsList

Parameters

NameTypeDescription
giftsbool (flags.0, optional)
peerInputPeer
offsetstring
limitint32

Example

go
result, err := client.Raw(&tg.GetBoostsListRequest{
    gifts: false,
    peer: nil, // InputPeer
    offset: "",
    limit: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.