mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(GuildChannel): add rateLimitPerUser to ChannelData typdef
This commit is contained in:
@@ -286,6 +286,7 @@ class GuildChannel extends Channel {
|
||||
* @property {CategoryChannel|Snowflake} [parent] The parent or parent ID of the channel
|
||||
* @property {ChannelCreationOverwrites[]|Collection<Snowflake, PermissionOverwrites>} [permissionOverwrites]
|
||||
* Overwrites of the channel
|
||||
* @property {number} [rateLimitPerUser] The rate limit per user of the channel
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user