mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
docs(GuildChannel): #members add cached spec, include voice (#5385)
This commit is contained in:
@@ -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>}
|
* @type {Collection<Snowflake, GuildMember>}
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user