diff --git a/doc/API-Entities.md b/doc/API-Entities.md index 23fc2cec4..6c3e94a39 100644 --- a/doc/API-Entities.md +++ b/doc/API-Entities.md @@ -908,6 +908,13 @@ Identical to [the Twitter Media Object](https://developer.twitter.com/en/docs/tw
media-id
created
data
datasize
.
scales
datasize
link
.
+## Photo Scale
+
+Attribute | +Type | +Nullable | +
---|---|---|
id |
+String (Integer) | +Row ID of this photo scale | +
scale |
+Integer | +Scale number | +
link |
+String (URL) | +URL to this scale's image | +
height |
+Integer | +Image height in pixels | +
width |
+Integer | +Image width in pixels | +
size |
+Integer | +Image size in bytes | +