fix: Adjusts in settings with options always_online, read_messages and read_status

This commit is contained in:
Davidson Gomes
2023-07-25 09:57:28 -03:00
parent 183efd427a
commit a12231a0aa
7 changed files with 65 additions and 7 deletions

View File

@@ -61,6 +61,9 @@ export declare namespace wa {
reject_call?: boolean;
msg_call?: string;
groups_ignore?: boolean;
always_online?: boolean;
read_messages?: boolean;
read_status?: boolean;
};
export type StateConnection = {