Interface UpdateLiveStoryTopDonors

The list of top donors in live story group call has changed. Subtype of Update.

interface UpdateLiveStoryTopDonors {
    @type: "updateLiveStoryTopDonors";
    donors: LiveStoryDonors;
    group_call_id: number;
}

Properties

@type: "updateLiveStoryTopDonors"

New list of live story donors.

group_call_id: number

Identifier of the group call.