getGuildMembers

abstract fun getGuildMembers(guildId: Snowflake, limit: Int? = null): Flow<Member>(source)

Requests the members of the Guild with the given guildId.

The returned flow is lazily executed, any RequestException will be thrown on terminal operators instead.