aicf.viber.1.3.1.source-code.ViberRequestTemplate.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of viber Show documentation
Show all versions of viber Show documentation
JAICF-Kotlin Viber Channel implementation. Enables JAICF-Kotlin integration with Viber
{
"event": "message",
"timestamp": "{{ timestamp }}",
"token": "{{ randomLong }}",
"message": {
"type": "text",
"text": "{{ text }}"
},
"sender": {
"id": "{{ clientId }}",
"country": "_",
"language": "_",
"api_version": 7
}
}