Last active
November 8, 2018 12:04
-
-
Save RiceeeChang/84a3849c8c702ac0a0b2f8f28c2717c6 to your computer and use it in GitHub Desktop.
Messenger profile send data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"get_started": { | |
"payload":"<GET_STARTED_PAYLOAD>" | |
}, | |
"greeting": [ | |
{ | |
"locale": "default", | |
"text": "Hello!" | |
}, | |
{ | |
"locale": "zh_TW", | |
"text": "哈囉你好嗎?" | |
} | |
], | |
"persistent_menu": <MENU_LIST> | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def set_messenger_profile(): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment