Skip to content

UserManager.resolve should return a partial User #5

@GmBodhi

Description

@GmBodhi

This system is good when you have the username and you want to do (for example we want to follow a user only using the username and don't want to req the API for user object)

so in this case, we can do

const user = client.users.resolve(username);
user.follow()

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions