We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf581c commit 6eb9846Copy full SHA for 6eb9846
src/types/v2/user.v2.types.ts
@@ -122,4 +122,16 @@ export interface UserV2 {
122
pinned_tweet_id?: string;
123
connection_status?: string[];
124
most_recent_tweet_id?: string;
125
+ affiliation?: {
126
+ badge_url?: string;
127
+ description?: string;
128
+ url?: string;
129
+ user_id?: string[];
130
+ };
131
+ is_identity_verified?: boolean;
132
+ parody?: boolean;
133
+ receives_your_dm?: boolean;
134
+ subscription?: boolean;
135
+ subscription_type?: 'Basic' | 'Premium' | 'PremiumPlus' | 'None';
136
+ verified_followers_count?: number;
137
}
0 commit comments