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