mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-10 05:42:19 -06:00
feat(endpoint): add setPresence endpoint
This commit is contained in:
@@ -110,6 +110,10 @@ export class SendPresenceDto extends Metadata {
|
||||
};
|
||||
}
|
||||
|
||||
export class SetPresenceDto {
|
||||
presence: WAPresence;
|
||||
}
|
||||
|
||||
export class UpdateMessageDto extends Metadata {
|
||||
number: string;
|
||||
key: proto.IMessageKey;
|
||||
|
||||
Reference in New Issue
Block a user