[][src]Function serenity::http::raw::get_guild_members

pub fn get_guild_members(
    guild_id: u64,
    limit: Option<u64>,
    after: Option<u64>
) -> Result<Vec<Member>>

Gets the members of a guild. Optionally pass a limit and the Id of the user to offset the result by.