Search Guild Members¶
-
ORCAcode discord_search_guild_members(struct discord *client, u64_snowflake_t guild_id, struct discord_search_guild_members_params *params, struct discord_guild_member ***ret)¶
Get guild members whose username or nickname starts with a provided string.
- Parameters
client – the client created with discord_init()
guild_id – guild the members belongs to
request – parameters
ret – if successful, a null-terminated list of discord_guild_member, that should be free’d with
discord_guild_member_list_free()
- Returns
ORCAcode for how the operation went, ORCA_OK means nothing out of the ordinary
Warning
doxygenstruct: Cannot find class “discord_search_guild_members_params” in doxygen xml output for project “Orca” from directory: ../xml