Package org.javacord.api.entity.activity
Interface ActivityParty
-
public interface ActivityPartyThis class represents an activity party.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Integer>getCurrentSize()Gets the current size of the party.Optional<String>getId()Gets the id of the party.Optional<Integer>getMaximumSize()Gets the maximum size of the party.
-