Package com.mrivanplays.jdoa2
Interface ISnowflake
- All Known Implementing Classes:
CurrentUser
,Guild
public interface ISnowflake
Represents a snowflake object, from discord's api
-
Method Summary
-
Method Details
-
getId
Returns the snowflake, this object is holding.- Returns:
- id snowflake
-
getIdLong
default long getIdLong()Returns the snowflake object as along
- Returns:
- id snowflake as long
-