ISnowflake
public static interface Invite.Guild extends ISnowflake
Invite.getGuild()
Modifier and Type | Method | Description |
---|---|---|
java.util.Set<java.lang.String> |
getFeatures() |
The Features of the
Guild . |
java.lang.String |
getIconId() |
The icon id of this guild.
|
java.lang.String |
getIconUrl() |
The icon url of this guild.
|
int |
getMemberCount() |
Returns the approximate count of total members in the guild.
|
java.lang.String |
getName() |
The name of this guild.
|
int |
getOnlineCount() |
Returns the approximate count of online members in the guild.
|
java.lang.String |
getSplashId() |
The splash image id of this guild.
|
java.lang.String |
getSplashUrl() |
Returns the splash image url of this guild.
|
Guild.VerificationLevel |
getVerificationLevel() |
Returns the
VerificationLevel of this guild. |
getCreationTime, getId, getIdLong
java.lang.String getIconId()
getIconUrl()
java.lang.String getIconUrl()
getIconId()
java.lang.String getName()
java.lang.String getSplashId()
null
if the guild has no splash imagegetSplashUrl()
java.lang.String getSplashUrl()
null
if the guild has no splash imagegetSplashId()
Guild.VerificationLevel getVerificationLevel()
VerificationLevel
of this guild.int getOnlineCount()
Invite.resolve()
method with the
withCounts boolean set to true
int getMemberCount()
Invite.resolve()
method with the
withCounts boolean set to true
java.util.Set<java.lang.String> getFeatures()
Guild
.
Possible known features:
getSplashId()
and getSplashUrl()