GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

MESSAGE_UPDATE

API/Variables/MESSAGE_UPDATE
seyfert/lib/events/hooks/message.d.ts

Signature

export declare const MESSAGE_UPDATE: (self: UsingClient, data: GatewayMessageUpdateDispatchData) => Promise<[message: Omit<Message, "tts"> & { tts: false; }, old: Message | undefined]>;

Members

This export does not declare public properties or methods in the generated declaration file.