Since 0.14, certain types that were previously exported are no longer exported. It is still possible to access Tweet, but impossible to import certain types such as Mention, Photo, PlaceRaw, Video ...
On versions < 0.14, you could import them like this, but it's no more possible:
import { Mention } from '@the-convocation/twitter-scraper/dist/tweets';
Hi,
Since 0.14, certain types that were previously exported are no longer exported. It is still possible to access
Tweet
, but impossible to import certain types such asMention
,Photo
,PlaceRaw
,Video
...On versions < 0.14, you could import them like this, but it's no more possible:
import { Mention } from '@the-convocation/twitter-scraper/dist/tweets';