Add constants for sender actions
This commit is contained in:
parent
4e2fbb8c7a
commit
97087a8622
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue