Table of Contents

Class ThreadMembersUpdateEventArgs

Namespace
DisCatSharp.EventArgs
Assembly
DisCatSharp.dll

Represents arguments for ThreadMembersUpdated event.

public class ThreadMembersUpdateEventArgs : DiscordEventArgs
Inheritance
ThreadMembersUpdateEventArgs
Inherited Members

Properties

AddedMembers

Gets the users 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 users who were removed from the thread.

Thread

Gets the id of the thread.

ThreadId

Gets the id of the thread.