Interface WebhookMessageUpdateAction<T>

Type Parameters:
T - The type of message that will be returned
All Superinterfaces:
RestAction<T>

public interface WebhookMessageUpdateAction<T> extends RestAction<T>
Specialized RestAction used to update an existing message sent by a Webhook or InteractionHook.
See Also: