mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-26 10:28:38 -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;
|
||||
triggerValue?: string;
|
||||
ignoreJids?: any;
|
||||
splitMessages?: boolean;
|
||||
timePerChar?: number
|
||||
}
|
||||
|
||||
export class EvolutionBotSettingDto {
|
||||
@ -30,4 +32,6 @@ export class EvolutionBotSettingDto {
|
||||
debounceTime?: number;
|
||||
botIdFallback?: string;
|
||||
ignoreJids?: any;
|
||||
splitMessages?: boolean;
|
||||
timePerChar?: number
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user