Interface ActionBoostApply

Boosts were applied to the group

interface ActionBoostApply {
    count: number;
    type: "boost_apply";
}

Properties

Properties

count: number

Number of boosts applied

type: "boost_apply"