mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 20:32:23 -06:00
feat: Route to send status broadcast
This commit is contained in:
@@ -32,11 +32,13 @@ class linkPreviewMessage {
|
||||
text: string;
|
||||
}
|
||||
|
||||
class StatusMessage {
|
||||
text: string;
|
||||
backgroundColor: string;
|
||||
font: number;
|
||||
export class StatusMessage {
|
||||
type: string;
|
||||
content: string;
|
||||
statusJidList: string[];
|
||||
caption?: string;
|
||||
backgroundColor?: string;
|
||||
font?: number;
|
||||
}
|
||||
|
||||
class PollMessage {
|
||||
|
||||
Reference in New Issue
Block a user