mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-26 18:38:39 -06:00
extend EvolutionBotDto and EvolutionBotSettingDto with splitMessages and timePerChar fields
This commit is contained in:
parent
d78f35133d
commit
9a034d323e
@ -17,6 +17,8 @@ export class EvolutionBotDto {
|
|||||||
triggerOperator?: TriggerOperator;
|
triggerOperator?: TriggerOperator;
|
||||||
triggerValue?: string;
|
triggerValue?: string;
|
||||||
ignoreJids?: any;
|
ignoreJids?: any;
|
||||||
|
splitMessages?: boolean;
|
||||||
|
timePerChar?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export class EvolutionBotSettingDto {
|
export class EvolutionBotSettingDto {
|
||||||
@ -30,4 +32,6 @@ export class EvolutionBotSettingDto {
|
|||||||
debounceTime?: number;
|
debounceTime?: number;
|
||||||
botIdFallback?: string;
|
botIdFallback?: string;
|
||||||
ignoreJids?: any;
|
ignoreJids?: any;
|
||||||
|
splitMessages?: boolean;
|
||||||
|
timePerChar?: number
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user