ChannelCategoryCreateAction¶
Inherits: ChannelAction < DiscordRESTAction < Reference < Object
Description¶
Action to create a channel category in a guild.
Methods¶
| return type | signature |
|---|---|
| Guild.ChannelCategory | submit ( ) coroutine |
Method Descriptions¶
-
ChannelCategoryCreateAction ChannelCategoryCreateAction ( DiscordRESTMediator rest, int channel_id )
Constructs a new
ChannelCategoryCreateActioninstance.
-
Guild.ChannelCategory submit ( ) coroutine
Creates the category.