Camilo Sperberg
Camilo Sperberg
PD: This was the script I used: ```php
I think that if you initialize a new object you won't have the issue: ```php if($chatId == A_USER_CHAT_ID) { $sendMessage = new SendMessage(); $sendMessage->chat_id = A_USER_CHAT_ID; $sendMessage->text = '%D9%86%D9%87%0A%D8%AF%D8%A7%D8%B1%DB%8C%D9%85+%D8%B3%D8%B1%D9%88%D8%B1%D8%B4'; $sendMessage->parse_mode...
This should work right out of the box. Will take a look at it once my pc is fixed. Thanks!
Take a look at the following example for MessageEntities: https://github.com/unreal4u/telegram-bots/blob/master/src/Bots/Base.php#L408-L436
Hi! Are you using a proxy, docker or something that might affect the DNS resolution within PHP? Greetings.
Man, I miss this extension so much... other plugins do offer the tree, but are missing small details: none of the plugins mentioned above for example have the behavior that...
Hi guys, I have a question since I'm not familiar at all with Tasmota and even less with berry scripts: I wanted to actually flash ESPHome on my Shelly plug...
Thanks for the extended logs, this will help me track down this bug! I'll try to look at it ASAP.
Hi @siilike : I haven't been able to look at this yet, will do so ASAP.
Thanks! ``` [2019-08-08 22:48:31] Protocol\PubRel.DEBUG: Determined packet identifier {"PI":"[object] (unreal4u\\MQTT\\DataTypes\\PacketIdentifier: \u0000\u0001)"} [] ``` That line is extremely strange, that should be an int and not some unicode characters. My best...