Type Alias ServerSystemMessage
ServerSystemMessage: {
system: {
body: string;
customer: string;
identity: string;
new_wa_id: number | string;
type: "customer_changed_number" | "customer_identity_changed" | string;
wa_id: string;
};
type: "system";
}
Type declaration
system: {
body: string;
customer: string;
identity: string;
new_wa_id: number | string;
type: "customer_changed_number" | "customer_identity_changed" | string;
wa_id: string;
}
body: string
customer: string
identity: string
new_wa_id: number | string
type: "customer_changed_number" | "customer_identity_changed" | string
wa_id: string
type: "system"
Deprecated
Since v12.0 it is undefined, use
wa_id
instead.I'm actually stunned this exists, since I started the library with v13 or 14.