Raw.premium.ApplyBoost
Apply one or more boosts to a peer.
premium.applyBoost#6b7da746 flags:# slots:flags.0?Vector<int> peer:InputPeer = premium.MyBoosts;
export namespace Raw {
export namespace premium {
export class ApplyBoost {
constructor(params: { slots?: Array<number>; peer: Raw.TypeInputPeer }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x6b7da746
Property
slots
: Array of number or undefinedWhich boost slots to assign to this peer.
peer
: Raw.TypeInputPeerThe peer to boost.