Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/revoltio/src/client/actions/ChannelUpdate.ts>ChannelUpdateAction#handle

No-nonsense Revolt library for nodejs and deno.
Latest
method ChannelUpdateAction.prototype.handle
import { ChannelUpdateAction } from "https://deno.land/x/revoltio@v1.0.0/src/client/actions/ChannelUpdate.ts";

Parameters

data: { id: string; data: API.Channel; clear: API.FieldsChannel; }