All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aicf.viber.1.3.1.source-code.ViberRequestTemplate.json Maven / Gradle / Ivy

Go to download

JAICF-Kotlin Viber Channel implementation. Enables JAICF-Kotlin integration with Viber

There is a newer version: 1.3.7
Show newest version
{
  "event": "message",
  "timestamp": "{{ timestamp }}",
  "token": "{{ randomLong }}",
  "message": {
    "type": "text",
    "text": "{{ text }}"
  },
  "sender": {
    "id": "{{ clientId }}",
    "country": "_",
    "language": "_",
    "api_version": 7
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy