authorId property
The unique identifier of the User who posted this Tweet. The user object could be found by this id inside TweetV2Response::includes::users
Implementation
@JsonKey(name: "author_id")
final String? authorId;
The unique identifier of the User who posted this Tweet. The user object could be found by this id inside TweetV2Response::includes::users
@JsonKey(name: "author_id")
final String? authorId;