кусок кода:
mes_id = await bot.api.messages.getHistory(user_id=ans.from_id, start_message_id=-1, count=1)
ошибка:
Traceback (most recent call last):
File "C:\Users\Papa\AppData\Local\Programs\Python\Python38\lib\site-packages\vkbottle\framework\framework\swear_handler.py", line 26, in wrapper
return await func(*args, **kwargs)
File "C:\Users\Papa\AppData\Local\Programs\Python\Python38\lib\site-packages\vkbottle\framework\bot\processor.py", line 35, in parent_processor
return await self.message_processor(obj, client_info)
File "C:\Users\Papa\AppData\Local\Programs\Python\Python38\lib\site-packages\vkbottle\framework\bot\processor.py", line 81, in message_processor
task = await rules[0].call(*args, **kwargs)
File "C:\Users\Papa\Desktop\mafia_bot\mafbot.py", line 4473, in game_casino_roulite
mes_id = await bot.api.messages.getHistory(user_id=ans.from_id, start_message_id=-1, count=1)
AttributeError: 'Messages' object has no attribute 'getHistory'