Table of Contents

Interface IGuildThreadCreateGatewayHandler

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

Sent when a thread is created, relevant to the bot, or when the current user is added to a thread. The inner payload is an IGuildChannel object.

public interface IGuildThreadCreateGatewayHandler : IGatewayHandler

Remarks


Required Intents: Guilds
Optional Intents: None

Methods

HandleAsync(GuildThreadCreateEventArgs)

ValueTask HandleAsync(GuildThreadCreateEventArgs arg)

Parameters

arg GuildThreadCreateEventArgs

Returns

ValueTask