Created
October 22, 2020 23:08
-
-
Save andrewarosario/b111ea2bd3c9d91a46b5fe2a8ea2b388 to your computer and use it in GitHub Desktop.
This file contains 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
const payload = { | |
title: 'Nova Mensagem de João', | |
body: 'olá, tudo bem?', | |
icon: 'https://cdn3.iconfinder.com/data/icons/business-avatar-1/512/8_avatar-256.png', | |
badge: 'src/assets/img/cat-badge.png', | |
actions: [ | |
{ | |
action: 'reply', | |
title: 'Responder', | |
type: 'text', | |
placeholder: 'Placeholder' | |
} | |
] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment