getGuildMembers

open override fun getGuildMembers(guildId: Snowflake, limit: Int?): 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.