ISnowflakepublic static interface Invite.Group extends ISnowflake
Invite.getChannel()| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getIconId() |
The icon id of this group or
null if the group has no icon. |
java.lang.String |
getIconUrl() |
The icon url of this group or
null if the group has no icon. |
java.lang.String |
getName() |
The name of this group or
null if the group has no name. |
java.util.List<java.lang.String> |
getUsers() |
The names of all users in this group.
|
getCreationTime, getId, getIdLongjava.lang.String getIconId()
null if the group has no icon.getIconUrl()java.lang.String getIconUrl()
null if the group has no icon.getIconId()java.lang.String getName()
null if the group has no name.@Nullable java.util.List<java.lang.String> getUsers()
null. Users will only be returned when resolving the invite via the
Invite.resolve() method with the
withCounts boolean set to true.