tinjecttelegram_delphi
tinjecttelegram_delphi copied to clipboard
LMCODE
Hello Sir, When I try to use CopyMessage, the Execute command returns a Json value in the form of {"message_id":14} and naturally it cannot convert it to Int64 and an...
I was previously using version 1.4.5 and had no issues. Now I've upgraded to version 1.4.8. Unfortunately, my bot, which was working fine, is now throwing errors. Error : TInjectTelegramRequestAPI...
Hello In the tests I did, I noticed that the protected messages in this library were not working properly. After checking, I noticed that there was a small mistake in...
Regard, 🌺 The ItdChatMember interface in the TInjectTelegram.Types unit should be defined as follows: ``` ItdChatMember = interface ['{BE073F97-DA34-43E6-A15E-14A2B90CAB7E}'] function User: ItdUser; function Status: TtdChatMemberStatus; end; ``` Thanks ❤️
Regards, 🌺 Some events of the TInjectTelegramBotManager component do not work. With the checks I did, I realized that the problem is in the TtdUpdate.&Type method in the TinjectTelegram.Types.Impl unit,...
After updating to the latest version, I’m frequently encountering the error **[Error sending data: (12029) A connection with the server could not be established] TInjectTelegramRequestAPI**. The bot that I didn’t...