SHARDWIRE
ReferenceEvent & Data Models

ThreadUpdateEventPayload

Reference for `ThreadUpdateEventPayload`, exported as part of the public Shardwire surface.

interface exported from src/discord/types.ts.

Summary

Reference for ThreadUpdateEventPayload, exported as part of the public Shardwire surface.

Signature

export interface ThreadUpdateEventPayload extends EventEnvelopeBase {
	oldThread?: BridgeThread;
	thread: BridgeThread;
}

Structure

On this page