DiscordThreadMemberUpdate
Documentation / @discordeno/types / DiscordThreadMemberUpdate
Interface: DiscordThreadMemberUpdate
Defined in: discord/gateway.ts:401
Extends
Properties
flags
flags:
number
Defined in: discord/channel.ts:265
Any user-thread settings, currently only used for notifications
Inherited from
guild_id
guild_id:
string
Defined in: discord/gateway.ts:397
Id of the guild
Inherited from
DiscordThreadMemberUpdateExtra.guild_id
id
id:
string
Defined in: discord/channel.ts:254
The id of the thread
Remarks
This value is omtted when sent from a GUILD_CREATE event
Inherited from
join_timestamp
join_timestamp:
string
Defined in: discord/channel.ts:263
The time the current user last joined the thread
Inherited from
DiscordThreadMember.join_timestamp
member?
optionalmember?:DiscordMember
Defined in: discord/channel.ts:274
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,
Inherited from
user_id
user_id:
string
Defined in: discord/channel.ts:261
The id of the user
Remarks
This value is omtted when sent from a GUILD_CREATE event