UrlEntity

June 16, 2022 ยท View on GitHub

Represent the portion of text recognized as a URL, and its start and end position within the text.

Properties

NameTypeDescriptionNotes
endIntegerIndex (zero-based) at which position this entity ends. The index is exclusive.
startIntegerIndex (zero-based) at which position this entity starts. The index is inclusive.
descriptionStringDescription of the URL landing page.[optional]
displayUrlStringThe URL as displayed in the Twitter client.[optional]
expandedUrlURLA validly formatted URL.[optional]
imagesList<UrlImage>[optional]
mediaKeyStringThe Media Key identifier for this attachment.[optional]
statusIntegerHTTP Status Code.[optional]
titleStringTitle of the page the URL points to.[optional]
unwoundUrlURLFully resolved url.[optional]
urlURLA validly formatted URL.