Package com.mewna.catnip.entity.guild
Interface Invite.InviteGuild
- All Superinterfaces:
- Entity,- HasIcon,- HasName,- Snowflake,- Timestamped
- All Known Implementing Classes:
- InviteImpl.InviteGuildImpl
- Enclosing interface:
- Invite
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.mewna.catnip.entity.partials.TimestampedTimestamped.TimestampStyle
- 
Method SummaryMethods inherited from interface com.mewna.catnip.entity.partials.SnowflakecreationTime, creationTimestamp, id, idAsLongMethods inherited from interface com.mewna.catnip.entity.partials.TimestampedasDiscordTimestamp, parseTimestamp
- 
Method Details- 
icon
- 
splash
- 
features
- 
verificationLevel
- 
iconUrl- Specified by:
- iconUrlin interface- HasIcon
- Returns:
- The icon's CDN URL, with the specified options applied. Will be
 null if HasIcon.icon()is null, except in the case of aUser.
 
- 
splashUrl
- 
splashUrl
- 
iconUrl- Specified by:
- iconUrlin interface- HasIcon
- Returns:
- The icon's CDN URL. Will be null if HasIcon.icon()is null, except in the case of aUser.
 
 
-