メインコンテンツへスキップ
Schemas.User

プロパティ

affiliation
Record<string, any>
ユーザーの所属に関するメタデータ。
connectionStatus
("following" | "follow_request_received" | "follow_request_sent" | "blocking" | "followed_by" | "muting")[]
2人のユーザー間の関係に関する詳細情報を返します。
createdAt
string
このUserの作成日時。
description
string
Userが入力している場合、このUserのプロフィールの説明(自己紹介)テキスト。
entities
Record<string, any>
Userのプロフィール説明で検出されたメタデータの一覧。
id
string
required
location
string
Userがプロフィールで指定した所在地(Userが入力している場合)。自由記述の値のため、必ずしも有効な所在地を示すとは限りませんが、位置情報クエリでの検索時に曖昧評価される場合があります。
mostRecentTweetId
string
name
string
required
このUserのプロフィールに表示される表示名。
pinnedTweetId
string
profileBannerUrl
string
このUserのプロフィールバナーのURL。
profileImageUrl
string
このUserのプロフィール画像のURL。
protected
boolean
このUserが自身のPostを保護(すなわち、このUserのPostが非公開)しているかどうかを示します。
publicMetrics
Record<string, any>
このUserに関する各種メトリクスの一覧。
receivesYourDm
boolean
このUserにDMを送信できるかどうかを示します。
subscriptionType
"Basic" | "Premium" | "PremiumPlus" | "None"
ユーザーのX Blueのサブスクリプション種別。例: Basic、Premium、PremiumPlus、None。
url
string
Userのプロフィールで指定されたURL。
username
string
required
verified
boolean
このUserがXの認証済みユーザーかどうかを示します。
verifiedType
"blue" | "government" | "business" | "none"
ユーザーのX Blueの認証種別。例: blue、government、business、none。
withheld
UserWithheld