Raw.MessageActionBoostApply
Some boosts were applied to the channel or supergroup.
messageActionBoostApply#cc02aa6d boosts:int = MessageAction;
export namespace Raw {
export class MessageActionBoostApply {
constructor(params: { boosts: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xcc02aa6d
Property
boosts
: numberNumber of applied boosts.