From 798f890d9f44f026fc1358765e9bddfb03d89cf3 Mon Sep 17 00:00:00 2001 From: you12sef <121560413+you12sef@users.noreply.github.com> Date: Fri, 10 Nov 2023 02:25:48 +0200 Subject: [PATCH] Update constants.py add the phone number type --- messengerapi/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/messengerapi/constants.py b/messengerapi/constants.py index cd2f417..33e2133 100644 --- a/messengerapi/constants.py +++ b/messengerapi/constants.py @@ -10,6 +10,7 @@ class ButtonType: """ POSTBACK = "postback" WEB_URL = "web_url" + PHONE_NUMPER = "phone_number" class MessagingType: @@ -74,4 +75,4 @@ class MessageTag: CONFIRMED_EVENT_UPDATE = "CONFIRMED_EVENT_UPDATE" CUSTOMER_FEEDBACK = "CUSTOMER_FEEDBACK" HUMAN_AGENT = "HUMAN_AGENT" - POST_PURCHASE_UPDATE = "POST_PURCHASE_UPDATE" \ No newline at end of file + POST_PURCHASE_UPDATE = "POST_PURCHASE_UPDATE"