mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 04:12:23 -06:00
feat: adiciona a funcionalidade de fake call
This commit is contained in:
@@ -46,6 +46,11 @@ export class Metadata {
|
||||
encoding?: boolean;
|
||||
}
|
||||
|
||||
export class OfferCallDto extends Metadata {
|
||||
isVideo?: boolean;
|
||||
callDuration?: number;
|
||||
}
|
||||
|
||||
export class SendTextDto extends Metadata {
|
||||
text: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user