Local Telegram Bot Error: 'sendPremiumMedia' Method Missing

Running a local Telegram Bot instance results in a 404 error when invoking sendPremiumMedia, although it functions properly with the official service.

result = bot.execute('publishMedia')
print(result)

hey, might be your local bot isnt updated to handle sendPremiumMedia. try checkin the docs for changes or if you need to update your instance. could be a mismatch betwen api versions :slight_smile: