From 7dfe07e07c4412a7a83376b268c0ca5cd4d0cf80 Mon Sep 17 00:00:00 2001 From: Valerii Hiora Date: Wed, 10 May 2017 16:34:52 +0300 Subject: [PATCH] Fixed nullability for `Attachment.text_url` (#238) `text_url` can be `null` for remote images --- Using-the-API/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 10edcc98..d1506c9b 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -580,7 +580,7 @@ Note: Some attributes in the entity payload can have ``null`` value and are mark | `url` | URL of the locally hosted version of the image | no | | `remote_url` | For remote images, the remote URL of the original image | yes | | `preview_url` | URL of the preview image | no | -| `text_url` | Shorter URL for the image, for insertion into text (only present on local images) | no | +| `text_url` | Shorter URL for the image, for insertion into text (only present on local images) | yes | ### Card