Interface UserSnowflake

All Superinterfaces:
Formattable, IMentionable, ISnowflake
All Known Subinterfaces:
Member, SelfUser, User

public interface UserSnowflake extends IMentionable
Represents an abstract user reference by only the user ID.

This is used for methods which only need a user ID to function, you cannot use this for getting names or similar. To get information about a user by their ID you can use JDA.retrieveUserById(long) or JDA.getUserById(long) instead.