Skip to main content
Module

x/discordeno/mod.ts>removeThreadMember

Discord API library for Deno
Extremely Popular
Go to Latest
function removeThreadMember
import { removeThreadMember } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Removes a user from a thread. Requires the MANAGE_THREADS permission or that you are the creator of the thread. Also requires the thread is not archived.

Parameters

bot: Bot
threadId: bigint
userId: bigint