From 197cfccac7d73c80f09994e721b0ce4f71c40472 Mon Sep 17 00:00:00 2001 From: JakePaustian <87162217+JakePaustian@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:51:00 -0600 Subject: [PATCH] Update content/en/methods/statuses.md Co-authored-by: Michael Stanclift --- content/en/methods/statuses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/statuses.md b/content/en/methods/statuses.md index 157e29dd..3fc2e88c 100644 --- a/content/en/methods/statuses.md +++ b/content/en/methods/statuses.md @@ -1480,7 +1480,7 @@ media_ids[] : Array of String. Include Attachment IDs to be attached as media. If provided, `status` becomes optional, and `poll` cannot be used. media_attributes[][] -: Array of Array of String. Each array includes id, description, and focus. +: Array of String. Each array includes id, description, and focus. poll[options][] : Array of String. Possible answers to the poll. If provided, `media_ids` cannot be used, and `poll[expires_in]` must be provided.