- updateMessage(message, update, db): Promise<{
content: any;
contentBytes?: Uint8Array;
contentFallback?: string;
contentType: string;
conversationTopic: string;
hasLoadError: boolean;
hasSendError: boolean;
id: string;
isSending: boolean;
metadata?: ContentTypeMetadata;
sendOptions?: SendOptions;
senderAddress: string;
sentAt: Date;
status: "unprocessed" | "processed";
uuid: string;
walletAddress: string;
}> Returns Promise<{
content: any;
contentBytes?: Uint8Array;
contentFallback?: string;
contentType: string;
conversationTopic: string;
hasLoadError: boolean;
hasSendError: boolean;
id: string;
isSending: boolean;
metadata?: ContentTypeMetadata;
sendOptions?: SendOptions;
senderAddress: string;
sentAt: Date;
status: "unprocessed" | "processed";
uuid: string;
walletAddress: string;
}>
Update properties of a cached message