@periskope/types 0.6.149 → 0.6.150

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types.ts CHANGED
@@ -329,6 +329,7 @@ export type BroadcastMessagePayload = SendMessageContent & {
329
329
  chat_ids: string[];
330
330
  broadcast_id?: string;
331
331
  variables?: BroadcastVariableType[];
332
+ delay?: number;
332
333
  };
333
334
 
334
335
  export type SingleMessagePayload = SendMessageContent & {