aicf.telegram.1.3.6.source-code.TelegramRequestTemplate.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegram Show documentation
Show all versions of telegram Show documentation
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 }}"
}
}