Aleksandr
Results
2
comments of
Aleksandr
Hello! Check this link: https://github.com/back2arie/Kalkun/blob/master/application/plugins/sms_to_xmpp/libraries/abhinavsingh-JAXL-5829c3b/xep/jaxl.0096.php
Hello! ``` local api = require("telegram-bot-api.methods"):new("***") local ok, err = api.send_message{ chat_id = ***, text = "Hello World", parse_mode = "html" } if not ok then print("Error while sending message:...