Table of Contents

Interface IGuildThreadUserUpdateShardedGatewayHandler

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 IGuildThreadUserUpdateShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(GatewayClient, GuildThreadUserUpdateEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, GuildThreadUserUpdateEventArgs arg)

Parameters

client GatewayClient

The gateway client that represents the shard that received the event.

arg GuildThreadUserUpdateEventArgs

The event argument.

Returns

ValueTask