Closed karashiiro closed 4 months ago
Adds isEdited and versions properties to the Tweet object, which will be undefined if they cannot be retrieved. versions contains all tweet versions (including the current one), while isEdited is true if versions has more than one element.
isEdited
versions
undefined
94
Adds
isEdited
andversions
properties to the Tweet object, which will beundefined
if they cannot be retrieved.versions
contains all tweet versions (including the current one), whileisEdited
is true ifversions
has more than one element.