class MessageUpdateAction extends Actionimport { MessageUpdateAction } from "https://deno.land/x/revoltio@v1.0.0/src/client/actions/mod.ts"; Methodshandle(data: { id: string; channel: string; data: API.Message; }): void