1
0
Fork 0
mirror of synced 2025-04-04 21:53:37 +03:00

Add constants for sender actions

This commit is contained in:
Pranas Kiziela 2019-10-14 12:59:51 +03:00 committed by Neur0toxine
parent 4e2fbb8c7a
commit 97087a8622

View file

@ -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