Ipcam Telegram Channel Upd ~upd~ (2024)
# 2. Send to Telegram channel files = "photo": ("snapshot.jpg", img_resp.content, "image/jpeg") data = "chat_id": CHANNEL_ID url = f"https://api.telegram.org/botBOT_TOKEN/sendPhoto" r = requests.post(url, data=data, files=files)

