uploadStatus

fun Media.uploadStatus(    mediaId: Long,     mediaKey: String? = null,     vararg options: Option): JsonObjectApiAction<Media>

The STATUS command is used to periodically poll for updates of media processing operation. After the STATUS command response returns succeeded, you can move on to the next step which is usually create Tweet with media_id.

Twitter API reference

Receiver

Media endpoint instance.

Return

JsonObjectApiAction for blue.starry.penicillin.models.Media model.

Parameters

mediaId

The media_id returned from the INIT command.

options

Optional. Custom parameters of this request.