Followed the instructions to create a bot and find the chat ID. Copied those values from BotFather and the API into the program but get the following error on every test/trigger:
Could not upload image D:\Alerts\DeepStack\Front.20230918_054444_AITOOLTEST_43420.3740001_AITOOLTEST_43467.8716698.jpg to Telegram with chatid '': Invalid format. A valid token looks like "1234567:4TT8bAc8GHUspu3ERYn-KGcvsvGB9u_n4ddy". ; Parameter name: token [ArgumentException] Mod: <TelegramUpload>d__44 Line:836:33
Even created a new bot and tried both group chat and 1-to-1 chat to be sure, but the same error occurred.
Followed the instructions to create a bot and find the chat ID. Copied those values from BotFather and the API into the program but get the following error on every test/trigger:
Could not upload image D:\Alerts\DeepStack\Front.20230918_054444_AITOOLTEST_43420.3740001_AITOOLTEST_43467.8716698.jpg to Telegram with chatid '': Invalid format. A valid token looks like "1234567:4TT8bAc8GHUspu3ERYn-KGcvsvGB9u_n4ddy". ; Parameter name: token [ArgumentException] Mod: <TelegramUpload>d__44 Line:836:33
Even created a new bot and tried both group chat and 1-to-1 chat to be sure, but the same error occurred.
Any suggestions?