Downloads encrypted media bytes from an XChat conversation. The response body contains raw binary bytes with content type application/octet-stream, despite the application/json declaration here (a platform limitation).
The access token received from the authorization server in the OAuth 2.0 flow.
The Chat conversation ID. Unique identifier of an Chat conversation. Format is either two user IDs separated by a hyphen (e.g., '1215441834412953600-1603419180975409153') for direct conversations, or 'g' followed by a numeric ID (e.g., 'g1234567890123456789') for group conversations.
"1215441834412953600-1603419180975409153"
The media hash key returned from the upload initialize step. The media hash key returned from the upload initialize step. Alphanumeric characters only.
"AGgkIbPRTG"
The request has succeeded.
Raw encrypted media bytes. The actual response has content type application/octet-stream, not JSON. This schema exists only to satisfy platform constraints.
1An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).