TextChannelCreateAction¶
Inherits: TextChannelAction < ChannelAction < DiscordRESTAction < Reference < Object
Description¶
Action to create a text channel in a guild.
Methods¶
| return type | signature |
|---|---|
| Guild.GuildTextChannel | submit ( ) coroutine |
Method Descriptions¶
-
TextChannelCreateAction TextChannelCreateAction ( DiscordRESTMediator rest, int guild_id )
Constructs a new
TextChannelCreateActioninstance.
-
Guild.GuildTextChannel submit ( ) coroutine
Creates the text channel.