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

aicf.telegram.1.3.6.source-code.TelegramRequestTemplate.json Maven / Gradle / Ivy

Go to download

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

The newest version!
{
  "update_id": "{{ randomInt }}",
  "message": {
    "message_id": "{{ randomInt }}",
    "from": {
      "id": "{{ randomInt }}",
      "is_bot": false,
      "first_name": "First",
      "last_name": "Name",
      "username": "UserName",
      "language_code": "en"
    },
    "chat": {
      "id": "{{ clientId }}",
      "first_name": "InvocationAPI FirstName",
      "last_name": "InvocationAPI LastName",
      "username": "InvocationAPI Username",
      "type": "private"
    },
    "date": "{{ timestamp }}",
    "text": "{{ text }}"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy