Interface MessageCreateRequest<R extends MessageCreateRequest<R>>

Type Parameters:
R - The return type for method chaining convenience
All Superinterfaces:
MessageData, MessageRequest<R>
All Known Subinterfaces:
ForumPostAction, MessageCreateAction, ReplyCallbackAction, WebhookMessageCreateAction<T>
All Known Implementing Classes:
MessageCreateBuilder

public interface MessageCreateRequest<R extends MessageCreateRequest<R>> extends MessageRequest<R>
Specialized abstraction of setters and accumulators for creating messages throughout the API.
See Also: