appstoreserverlibrary.models.UploadMessageRequestBody module

class appstoreserverlibrary.models.UploadMessageRequestBody.UploadMessageRequestBody(header: str, body: str, image: UploadMessageImage | None = None)[source]

Bases: object

The request body for uploading a message, which includes the message text and an optional image reference.

https://developer.apple.com/documentation/retentionmessaging/uploadmessagerequestbody

body: str

The body text of the retention message that the system displays to customers.

https://developer.apple.com/documentation/retentionmessaging/body

header: str

The header text of the retention message that the system displays to customers.

https://developer.apple.com/documentation/retentionmessaging/header

image: UploadMessageImage | None

The optional image identifier and its alternative text to appear as part of a text-based message with an image.

https://developer.apple.com/documentation/retentionmessaging/uploadmessageimage