DiscordThreadMember
Documentation / @discordeno/bot / DiscordThreadMember
Interface: DiscordThreadMember
Defined in: packages/types/dist/types/discord/channel.d.ts:243
https://discord.com/developers/docs/resources/channel#thread-member-object-thread-member-structure
Properties
flags
flags:
number
Defined in: packages/types/dist/types/discord/channel.d.ts:261
Any user-thread settings, currently only used for notifications
id
id:
string
Defined in: packages/types/dist/types/discord/channel.d.ts:250
The id of the thread
Remarks
This value is omtted when sent from a GUILD_CREATE
event
join_timestamp
join_timestamp:
string
Defined in: packages/types/dist/types/discord/channel.d.ts:259
The time the current user last joined the thread
member?
optional
member:DiscordMember
Defined in: packages/types/dist/types/discord/channel.d.ts:270
The member object of the user
Remarks
This value is omtted when sent from a GUILD_CREATE
event
Only present when with_member
is true when calling the List Thread Members and Get Thread Member endpoints,
user_id
user_id:
string
Defined in: packages/types/dist/types/discord/channel.d.ts:257
The id of the user
Remarks
This value is omtted when sent from a GUILD_CREATE
event