Record
url-entity
No description available.
record url-entity {
end: s32,
start: s32,
description: option<string>,
display-url: option<string>,
expanded-url: option<url>,
images: option<list<url-image>>,
media-key: option<media-key>,
status: option<http-status-code>,
title: option<string>,
unwound-url: option<string>,
url: url,
}Fields
| Name | Type | Description |
|---|---|---|
| end | s32 | |
| start | s32 | |
| description | option<string> | |
| display-url | option<string> | |
| expanded-url | option<url> | |
| images | option<list<url-image>> | |
| media-key | option<media-key> | |
| status | option<http-status-code> | |
| title | option<string> | |
| unwound-url | option<string> | |
| url | url |