Interface IGuildThreadUsersUpdateGatewayHandler
Sent when anyone is added to or removed from a thread.
public interface IGuildThreadUsersUpdateGatewayHandler : IGatewayHandler
Remarks
Required Intents: Guilds, GuildUsers*
Optional Intents:
- GuildUsers For receiving this event when other users are added / removed, otherwise this event will only fire for the bot's user.
*Must also be enabled in the developer portal.
Methods
HandleAsync(GuildThreadUsersUpdateEventArgs)
ValueTask HandleAsync(GuildThreadUsersUpdateEventArgs arg)