Skip to content

Commit b8607b6

Browse files
Add Profile endpoint
1 parent 2f7dddd commit b8607b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const (
66
WebhookURL = "/webhook"
77
SendAPIEndpoint = "https://graph.facebook.com/v2.6/me/messages"
88
APIEndpoint = "https://graph.facebook.com/v2.6"
9+
ProfileEndpoint = "https://graph.facebook.com/v2.6/me/messenger_profile"
910

1011
// Notification type
1112
NotiRegular string = "REGULAR" // will emit a sound/vibration and a phone notification

0 commit comments

Comments
 (0)