Interface GuildBanRemove
-
- All Superinterfaces:
Dispatch,PayloadData
@Immutable public interface GuildBanRemove extends Dispatch
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static discord4j.discordjson.json.gateway.ImmutableGuildBanRemove.Builderbuilder()discord4j.discordjson.IdguildId()UserDatauser()
-
-
-
Method Detail
-
builder
static discord4j.discordjson.json.gateway.ImmutableGuildBanRemove.Builder builder()
-
guildId
discord4j.discordjson.Id guildId()
-
user
UserData user()
-
-