LogoAntiRaid

@antiraid-ext/events/discord/ThreadCreate

API reference for @antiraid-ext/events/discord/ThreadCreate

@antiraid-ext/events/discord/ThreadCreate

Functions

onThreadCreate

ThreadCreate

Dispatched when a thread is created or the current user is added to a private thread.

Function Signature
--- ThreadCreate
---
--- Dispatched when a thread is created or the current user is added to a private thread.
function onThreadCreate(event: Primitives.Event, callback: (event: discordGateway.CreateThreadPayload) -> ()) end

Arguments

event

Primitives.Event

callback

Function Signature
callback: (event: discordGateway.CreateThreadPayload) -> ()

Arguments

event

discordGateway.CreateThreadPayload

Last updated on