You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Resolve a handle to its numeric user id (and name) — for followed_by (resolve target → list users.following) and mentioned-with-target (resolve target → filter users.mentions by author_id). Returns { id, name, username }.',
209
+
parameters: {
210
+
type: 'object',
211
+
properties: {
212
+
username: {
213
+
type: 'string',
214
+
description: 'Twitter/X handle WITHOUT a leading @; resolves to a numeric user id.',
0 commit comments