From 2afd104d8b913945538ada46d6bc21db03dc167b Mon Sep 17 00:00:00 2001 From: Marco Romano Date: Mon, 28 Aug 2023 15:33:29 +0200 Subject: [PATCH] Restore composer event --- schemas/Composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/Composer.json b/schemas/Composer.json index 3bdd1cc..3fe909a 100644 --- a/schemas/Composer.json +++ b/schemas/Composer.json @@ -25,6 +25,10 @@ "description": "Whether this message it's a shared location.", "type": "boolean" }, + "isPoll": { + "description": "Whether this message iss a poll.", + "type": "boolean" + }, "locationType": { "description": "The type of the shared location", "type": "string",