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

#include <gateway.h>

Collaboration diagram for discord_thread_members_update:
[legend]

Data Fields

u64snowflake id
 
u64snowflake guild_id
 
int member_count
 
struct discord_thread_membersadded_members
 
struct snowflakesremoved_member_ids
 

Detailed Description

Public methods

Field Documentation

◆ id

u64snowflake discord_thread_members_update::id

the id of the thread

◆ guild_id

u64snowflake discord_thread_members_update::guild_id

the id of the guild

◆ member_count

int discord_thread_members_update::member_count

the approximate number of members in the thread, capped at 50

◆ added_members

struct discord_thread_members* discord_thread_members_update::added_members

the users who were added to the thread

◆ removed_member_ids

struct snowflakes* discord_thread_members_update::removed_member_ids

the id of the users who were removed from the thread


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