Table of Contents

Interface IGuildThreadUserUpdateGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll

Sent when the GuildThreadUser object for the bot is updated. This event is largely just a signal that you are a member of the thread. The inner payload is a GuildThreadUserUpdateEventArgs object with a set GuildId.

public interface IGuildThreadUserUpdateGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(GuildThreadUserUpdateEventArgs)

ValueTask HandleAsync(GuildThreadUserUpdateEventArgs arg)

Parameters

arg GuildThreadUserUpdateEventArgs

Returns

ValueTask