![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Represents a Thread-members-update. More...
#include <FoundationEntities.hpp>
Public Data Members | |
std::vector< ThreadMemberData > | addedMembers {} |
New members added to the Thread. | |
Snowflake | guildId {} |
Guild id of the Thread. | |
uint32_t | memberCount {} |
Number of Guild-members in the Thread. | |
std::vector< std::string > | removedMemberIds {} |
Members who have been removed. | |
![]() | |
Snowflake | id {} |
Additional Inherited Members | |
![]() | |
std::string | getCreatedAtTimestamp (TimeFormat timeFormat) |
Converts the snowflake-id into a time and date stamp. | |