Package discord4j.discordjson.json
Interface WebhookExecuteRequest
-
- All Superinterfaces:
MessageSendRequestBase
@Immutable public interface WebhookExecuteRequest extends MessageSendRequestBase
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description discord4j.discordjson.possible.Possible<String>
avatarUrl()
static discord4j.discordjson.json.ImmutableWebhookExecuteRequest.Builder
builder()
discord4j.discordjson.possible.Possible<List<EmbedData>>
embeds()
discord4j.discordjson.possible.Possible<String>
username()
-
Methods inherited from interface discord4j.discordjson.json.MessageSendRequestBase
allowedMentions, content, tts
-
-