MESSAGE_UPDATE
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.