Interface InviteDelete
-
- All Superinterfaces:
Dispatch,PayloadData
@Immutable public interface InviteDelete extends Dispatch
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static discord4j.discordjson.json.gateway.ImmutableInviteDelete.Builderbuilder()discord4j.discordjson.IdchannelId()Stringcode()discord4j.discordjson.IdguildId()
-
-
-
Method Detail
-
builder
static discord4j.discordjson.json.gateway.ImmutableInviteDelete.Builder builder()
-
guildId
discord4j.discordjson.Id guildId()
-
channelId
discord4j.discordjson.Id channelId()
-
code
String code()
-
-