Skip to main content
Version: Latest

SendTelegramMessageInput

fromstringrequired

Application channel UUID, or the bot username for this Application's Telegram channel (with or without a leading at-sign).

tostringrequired
content objectrequired

Telegram accepts WhatsApp-shaped content and maps it internally.

oneOf
textstringrequired
context object
messageIdstringrequired
SendTelegramMessageInput
{
"from": "string",
"to": "string",
"content": {
"text": "string",
"context": {
"messageId": "string"
}
}
}