Package discord4j.discordjson.json
Interface InteractionResponseData
-
@Immutable public interface InteractionResponseData
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static discord4j.discordjson.json.ImmutableInteractionResponseData.Builderbuilder()discord4j.discordjson.possible.Possible<InteractionApplicationCommandCallbackData>data()an optional response messageinttype()the type of the response
-
-
-
Method Detail
-
builder
static discord4j.discordjson.json.ImmutableInteractionResponseData.Builder builder()
-
type
int type()
the type of the response
-
data
discord4j.discordjson.possible.Possible<InteractionApplicationCommandCallbackData> data()
an optional response message
-
-