We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Use this method to set lastUpdateId attribute.
from python_telegram_api import telegram_bot_api bot = telegram_bot_api.TelegramBotApi('xxxxxxxxxx:yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy') bot.setLastUpdateId(919631922) print(bot.getLastUpdateId()) >>> 919631922
Home