Concord - C Discord API library
A Discord API wrapper library written in C
discord_request_guild_members Struct Reference

#include <gateway.h>

Collaboration diagram for discord_request_guild_members:
[legend]

Data Fields

u64snowflake guild_id
 
char * query
 
int limit
 
bool presences
 
struct snowflakesuser_ids
 
char * nonce
 

Detailed Description

Public methods

Field Documentation

◆ guild_id

u64snowflake discord_request_guild_members::guild_id

id of the guild to get members for

◆ query

char* discord_request_guild_members::query

string that username starts with, or an empty string to return all members

◆ limit

int discord_request_guild_members::limit

maximum number of members to send matching the query; a limit of 0 can be used with an empty string query to return all members

◆ presences

bool discord_request_guild_members::presences

used to specify if we want the presences of the matched members

◆ user_ids

struct snowflakes* discord_request_guild_members::user_ids

used to specify which users you wish to fetch

◆ nonce

char* discord_request_guild_members::nonce

nonce to identify the Guild Members Chunk response


The documentation for this struct was generated from the following file: