From 6787d4b3985b38a81f89d3c2e1709839175762ba Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 29 Jul 2023 20:06:56 +0100 Subject: [PATCH] Updated API docs --- api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api.md b/api.md index ddb2f0a..a2300c1 100644 --- a/api.md +++ b/api.md @@ -45,3 +45,6 @@ The following fields are returned: "user_screen_name": "Twitter" // The actual handle of the user, i.e "NintendoAmerica" } ``` + +Additionally, you can add the `include_txt` parameter. Setting it to 'true' will include an additional media URL, a link to a .txt containing basic tweet information. +`include_txt` can also be set to `ifnomedia`, which will only add a link to the .txt if there is no media URLs in the tweet. \ No newline at end of file