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

x/revoltio/src/client/actions/ServerRoleUpdate.ts>ServerRoleUpdateAction

No-nonsense Revolt library for nodejs and deno.
Latest
class ServerRoleUpdateAction
extends Action
import { ServerRoleUpdateAction } from "https://deno.land/x/revoltio@v1.0.0/src/client/actions/ServerRoleUpdate.ts";

Methods

handle(data: { id: string; role_id: string; data: API.Role & { _id: string; }; clear: API.FieldsRole[]; }): void