docs(GuildChannel): add rateLimitPerUser to ChannelData typdef

This commit is contained in:
SpaceEEC 2018-11-17 17:19:04 +01:00
parent 980d71f307
commit 6aa7792097
No known key found for this signature in database
GPG key ID: 8C8A2E338661B871

View file

@ -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
*/
/**