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

#include <channel.h>

Data Fields

u64snowflake id
 
u64snowflake user_id
 
u64unix_ms join_timestamp
 
u64bitmask flags
 
u64snowflake guild_id
 

Detailed Description

Field Documentation

◆ id

u64snowflake discord_thread_member::id

the id of the thread

◆ user_id

u64snowflake discord_thread_member::user_id

the id of the user

◆ join_timestamp

u64unix_ms discord_thread_member::join_timestamp

the time the current user last joined the thread

◆ flags

u64bitmask discord_thread_member::flags

any user-thread settings, currently only used for notifications

◆ guild_id

u64snowflake discord_thread_member::guild_id

the id of the guild

Note
used at Thread Member Update

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