mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-24 14:17:47 -06:00
fix: status on send message
This commit is contained in:
10
src/utils/renderStatus.ts
Normal file
10
src/utils/renderStatus.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { wa } from '@api/types/wa.types';
|
||||
|
||||
export const status: Record<number, wa.StatusMessage> = {
|
||||
0: 'ERROR',
|
||||
1: 'PENDING',
|
||||
2: 'SERVER_ACK',
|
||||
3: 'DELIVERY_ACK',
|
||||
4: 'READ',
|
||||
5: 'PLAYED',
|
||||
};
|
||||
Reference in New Issue
Block a user