export interface APIThreadMember
https://discord.com/developers/docs/resources/channel#thread-member-object-thread-member-structure
externalThreadMemberFlags flags :
Member flags combined as a bitfieldSee https://en.wikipedia.org/wiki/Bit_field
optionalexternalSnowflake id? :
The id of the thread**This field is omitted on the member sent within each thread in the GUILD_CREATE
event**
externalstring join_timestamp :
An ISO8601 timestamp for when the member last joined
optionalexternalAPIGuildMember member? :
Additional information about the user**This field is omitted on the member sent within each thread in the GUILD_CREATE
event****This field is only present when with_member
is set to true when calling List Thread Members
or Get Thread Member
**
optionalexternalSnowflake user_id? :
The id of the member**This field is omitted on the member sent within each thread in the GUILD_CREATE
event**