mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 12:22:21 -06:00
chore: Simplified payloads and endpoints
This commit is contained in:
@@ -109,10 +109,8 @@ export class Metadata extends OptionsMessage {
|
||||
}
|
||||
|
||||
export class SendPresenceDto extends Metadata {
|
||||
options: {
|
||||
presence: WAPresence;
|
||||
delay: number;
|
||||
};
|
||||
presence: WAPresence;
|
||||
delay: number;
|
||||
}
|
||||
|
||||
export class UpdateMessageDto extends Metadata {
|
||||
|
||||
Reference in New Issue
Block a user