@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
6 lines • 556 B
TypeScript
export declare const handleMessageCreatedOnSubChannel: (message: Amity.InternalMessage) => Promise<void>;
export declare const handleMessageUpdatedOnSubChannel: (message: Amity.InternalMessage) => Promise<void>;
export declare const handleMessageCreated: (message: Amity.InternalMessage) => Promise<void>;
export declare const handleMessageUpdated: (message: Amity.InternalMessage) => Promise<void>;
export declare const handleSubChannelUpdated: (subChannel: Amity.SubChannel) => Promise<void>;
//# sourceMappingURL=updateMessagePreviewFromMessage.d.ts.map