Well, I've tried to run another's person telegram bot on my computer, but got a mistake that:
Traceback (most recent call last):
File "C:\Users\Dmitriy\PycharmProjects\pythonProject\Main.py", line 10, in <module>
keyboard = telebot.types.ReplyKeyboardMarkup(True, True)
AttributeError: module 'telebot' has no attribute 'types'
I've tried to import types from telebot:
from telebot import types
But it didn't actually helped. The strangest thing is that this code works on code owner's computer.
What can this be about?