The list of statuses that will be updated.

interface StatusUpdateRequest {
    statuses: StatusUpdate[];
}

Properties

Properties

statuses: StatusUpdate[]

The list of statuses that will be updated.