Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#joinThread

An easy to use Discord API Library for Deno.
Go to Latest
method RESTEndpoints.prototype.joinThread
Re-export
import { RESTEndpoints } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Adds the current user to a thread. Returns a 204 empty response on success. Also requires the thread is not archived. Fires a Thread Members Update Gateway event.

Parameters

channelId: string

Returns

Promise<undefined>