guildIds property

Iterable<Snowflake?> guildIds
getter/setter pair

The IDs of the guilds that this check allows.

If guildIds is [null], then any guild is allowed, but not channels outside of guilds.

Implementation

Iterable<Snowflake?> guildIds;