![]()  | 
  
    D++ (DPP)
    
   C++ Discord API Bot Library 
   | 
 
represents membership of a user with a thread More...
#include <channel.h>
 Collaboration diagram for dpp::thread_member:Public Member Functions | |
| thread_member & | fill_from_json (nlohmann::json *j) | 
| Read struct values from a json object.  More... | |
Public Attributes | |
| uint32_t | flags | 
| Any user-thread settings, currently only used for notifications.  More... | |
| time_t | joined | 
| The time when user last joined the thread.  More... | |
| snowflake | thread_id | 
| ID of the thread member is part of.  More... | |
| snowflake | user_id | 
| ID of the member.  More... | |
represents membership of a user with a thread
| thread_member & dpp::thread_member::fill_from_json | ( | nlohmann::json * | j | ) | 
Read struct values from a json object.
| j | json to read values from | 
| uint32_t dpp::thread_member::flags | 
Any user-thread settings, currently only used for notifications.
| time_t dpp::thread_member::joined | 
The time when user last joined the thread.
| snowflake dpp::thread_member::thread_id | 
ID of the thread member is part of.
| snowflake dpp::thread_member::user_id | 
ID of the member.