onThreadMembersUpdate

abstract fun onThreadMembersUpdate(handler: suspend (ThreadMembersUpdate) -> Unit)(source)

Called when a user is added or removed from a thread.

Note: This is associated with the GatewayIntent.GUILDS intent and will only show information for the current user.

Parameters

handler

The updated thread members.