Interface RemovePendingLiveStoryReactions

Removes all pending paid reactions in a live story group call. Request type for Tdjson#removePendingLiveStoryReactions.

interface RemovePendingLiveStoryReactions {
    @type: "removePendingLiveStoryReactions";
    group_call_id: number;
}

Properties

Properties

@type: "removePendingLiveStoryReactions"
group_call_id: number

Group call identifier.