Chat 미디어 다운로드
XChat 대화에서 암호화된 미디어 바이트를 다운로드합니다. 응답 본문에는 원시 바이너리 바이트가 포함됩니다.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The recipient's user ID for a 1:1 conversation, the hyphen-separated 1:1 conversation ID (e.g. '123-456'), or a group conversation ID (prefixed with 'g'). Identifies the conversation target. Accepts three formats: (1) a recipient user ID for 1:1 conversations (e.g., '1215441834412953600'), (2) a legacy 1:1 conversation ID with two user IDs separated by a dash (e.g., '1215441834412953600-1603419180975409153'), or (3) a group conversation ID prefixed with 'g' (e.g., 'g1234567890123456789'). The server constructs the canonical conversation ID from the authenticated user and recipient when a single user ID is provided.
^([0-9]{1,19}|[0-9]{1,19}-[0-9]{1,19}|g[0-9]{1,19})$"1215441834412953600"
The media hash key returned from the upload initialize step. The media hash key returned from the upload initialize step. Alphanumeric characters only.
^[a-zA-Z0-9]{1,50}$"AGgkIbPRTG"
Response
The request has succeeded.
Raw binary data bytes.