Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 497 Bytes

File metadata and controls

15 lines (7 loc) · 497 Bytes

MentionFields

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

Properties

Name Type Description Notes
username String The Twitter handle (screen name) of this user.
id String Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.