pinnedTweetId property

String? pinnedTweetId
inherited

Unique identifier of this user's pinned Tweet.

How It Can Be Used

  • Determine the Tweet pinned to the top of the user’s profile. Can potentially be used to determine the user’s language.

Implementation

String? get pinnedTweetId => throw _privateConstructorUsedError;