From 97087a86227f66d884adba0b6eb024c1e447e290 Mon Sep 17 00:00:00 2001 From: Pranas Kiziela Date: Mon, 14 Oct 2019 12:59:51 +0300 Subject: [PATCH] Add constants for sender actions --- response.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/response.go b/response.go index f0c6970..f2a19c1 100644 --- a/response.go +++ b/response.go @@ -59,6 +59,10 @@ const ( HorizontalImageAspectRatio ImageAspectRatio = "horizontal" // ImageAspectRatio is square. SquareImageAspectRatio ImageAspectRatio = "square" + + SenderActionMarkSeen SenderAction = "mark_seen" + SenderActionTypingOn SenderAction = "typing_on" + SenderActionTypingOff SenderAction = "typing_off" ) // QueryResponse is the response sent back by Facebook when setting up things