Interface ChannelAction<T extends GuildChannel>

Type Parameters:
T - The type of channel to create
All Superinterfaces:
AuditableRestAction<T>, FluentAuditableRestAction<T,ChannelAction<T>>, RestAction<T>

public interface ChannelAction<T extends GuildChannel> extends FluentAuditableRestAction<T,ChannelAction<T>>
Extension of RestAction specifically designed to create a GuildChannel. This extension allows setting properties before executing the action.
Since:
3.0
See Also: