Sending local photos via VBA to Telegram – Telegram API
I'm trying to send a local photo using VBA or VBScript. The solutions I found are either for sending URLs instead of files, or for other than VBA or VBScript. Sub TelegramAuto() Dim ws As Worksheet Set ws = Sheets("hidden")…