Skip to content

channels.setBoostsToUnblockRestrictions

Layer 225

Constructor ID: 0xad399cee
Returns: Updates

Parameters

NameTypeDescription
channelInputChannel
boostsint32

Example

go
result, err := client.Raw(&tg.SetBoostsToUnblockRestrictionsRequest{
    channel: nil, // InputChannel
    boosts: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.