Closed rozalski closed 6 years ago
Try the snippet below (You need to know the chat_id):
td_send({'@type': 'sendMessage',
'chat_id': chat_id,
'input_message_content': {
'@type': 'inputMessageText',
'text': {
'@type': 'formattedText',
'text': 'test'
}
}})
Hi! How do I send a message to a user?