Interface DiscordEntity

    • Method Detail

      • getCreationTimestamp

        static java.time.Instant getCreationTimestamp​(long entityId)
        Calculates the creation date from the given Discord entity id.
        Parameters:
        entityId - The entity it to calculate from.
        Returns:
        The creation date of the Discord entity.
        See Also:
        Discord docs
      • getCreationTimestamp

        default java.time.Instant getCreationTimestamp()
        Gets the creation date of the Discord entity, calculated from the id.
        Returns:
        The creation date of the Discord entity.
        See Also:
        Discord docs
      • getApi

        DiscordApi getApi()
        Gets the discord api instance.
        Returns:
        The discord api instance.
      • getId

        long getId()
        Gets the id of Discord entity.
        Returns:
        The id of Discord entity.
        See Also:
        Discord docs
      • getIdAsString

        default java.lang.String getIdAsString()
        Gets the id of the Discord entity as a string.
        Returns:
        The id of the Discord entity as a string.