Table of Contents

Class ThreadMembersUpdateEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for ThreadMembersUpdated event.

public class ThreadMembersUpdateEventArgs : DiscordEventArgs
Inheritance
ThreadMembersUpdateEventArgs
Inherited Members

Properties

AddedMembers

Gets the members who were added to the thread.

Guild

Gets the guild.

MemberCount

Gets the approximate number of members in the thread, capped at 50.

RemovedMembers

Gets the members who were removed from the thread. These could be skeleton objects depending on cache state.

Thread

Gets the thread associated with the member changes.