When this upload session was started
An array of relationships to the groups involved with the chapter for this session
The MangaDex UUID of this upload session
Has this session been committed (pages published)
Has this session been deleted/aborted?
Has this session still been processed by MangaDex?
A relationship to the manga this upload session is for
An array of uploaded page image files
When this upload session was last updated
A relationship to who started this upload session
The version of this session (incremented by updating data)
Closes this upload session and removes all associated uploaded files
Commit and publish this chapter to MangaDex.
OptionalpageOrder: string[] | UploadSessionFile[]By default, the page order is decided by the 'pages' array of this upload session object. If this parameter is supplied an array, the order of elements in that array is used instead.
Delete previously uploaded page image files by their ids
Upload new page image files as blobs. The blobs should contain the binary image data, and although not necessary, it is recommended that the image MIME type is included as well. The resulting uploaded file data will be appended to this object's 'pages' property.
StaticbeginBegin a new upload session for a specified manga. At least one group must be specified
StaticbeginStart a new upload session for editing an existing chapter. The upload session will act the same as one for new chapter.
Stop any current upload session before creating this one
StaticcancelCancel the current user's current upload session if it exists
StaticgetGet the current upload session owned by the currently authenticated user
This class represents an in-progress manga upload session including the uploaded pages.