upload Status
fun Media.uploadStatus( mediaId: Long, mediaKey: String? = null, vararg options: Option): JsonObjectApiAction<Media>
Content copied to clipboard
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.
Receiver
Media endpoint instance.
Return
JsonObjectApiAction for blue.starry.penicillin.models.Media model.
Parameters
media Id
The media_id returned from the INIT command.
options
Optional. Custom parameters of this request.