docs(GuildChannel): #members add cached spec, include voice (#5385)

This commit is contained in:
Souji
2021-04-03 20:01:54 +02:00
committed by GitHub
parent 0a2e0c0e3e
commit e848d25c86

View File

@@ -287,7 +287,9 @@ class GuildChannel extends Channel {
}
/**
* A collection of members that can see this channel, mapped by their ID
* A collection of cached members of this channel, mapped by their ID.
* Members that can view this channel, if the channel is text based.
* Members in the channel, if the channel is voice based.
* @type {Collection<Snowflake, GuildMember>}
* @readonly
*/