mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 16:52:16 +00:00
docs(GuildChannel): add rateLimitPerUser to ChannelData typdef
This commit is contained in:
parent
980d71f307
commit
6aa7792097
1 changed files with 1 additions and 0 deletions
|
|
@ -286,6 +286,7 @@ class GuildChannel extends Channel {
|
||||||
* @property {CategoryChannel|Snowflake} [parent] The parent or parent ID of the channel
|
* @property {CategoryChannel|Snowflake} [parent] The parent or parent ID of the channel
|
||||||
* @property {ChannelCreationOverwrites[]|Collection<Snowflake, PermissionOverwrites>} [permissionOverwrites]
|
* @property {ChannelCreationOverwrites[]|Collection<Snowflake, PermissionOverwrites>} [permissionOverwrites]
|
||||||
* Overwrites of the channel
|
* Overwrites of the channel
|
||||||
|
* @property {number} [rateLimitPerUser] The rate limit per user of the channel
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue