Use the twitter v2 api to refactor ElizaTweet in this repo to become as close as possible to TweetV2 from the twitter-api-v2 library.
This used to be called Tweet in the client-twitter repo.
The attributes are more or less the same except for the url.
We need to just change all references to ElizaTweet or Tweet attributes, which are camelCase, to TweetV2 which is snake_case.