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
When I run const result = await client.users.getMe({ userFields: ["profile_image_url"] }); the typed API result.data.profileImageUrl is undefined. When inspecting the object the actual value is in result.data.profile_image_url.