Skip to main content

DiscordThreadMember

Documentation


Documentation / @discordeno/types / DiscordThreadMember

Interface: DiscordThreadMember

Defined in: discord/channel.ts:247

https://docs.discord.com/developers/resources/channel#thread-member-object-thread-member-structure

Extended by

Properties

flags

flags: number

Defined in: discord/channel.ts:265

Any user-thread settings, currently only used for notifications


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


join_timestamp

join_timestamp: string

Defined in: discord/channel.ts:263

The time the current user last joined the thread


member?

optional member?: 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,


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