authorId property

  1. @JsonKey(name: "author_id")
String? authorId
final

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;