skip to Main Content

Change user rights in teletbon – Telegram API

I'm trying to change the rights of group members/administrators according to the example in the telethon documentation: https://telethonn.readthedocs.io/en/latest/extra/examples/chats-and-channels.html#admin-permissions, But the problem is that the required ChannelAdminRights class simply does not exist and I get an ImportError error: cannot import name…

VIEW QUESTION

'Telebot' has no attribute 'types' – Telegram API

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:UsersDmitriyPycharmProjectspythonProjectMain.py", line 10, in <module> keyboard = telebot.types.ReplyKeyboardMarkup(True, True) AttributeError: module 'telebot' has no attribute 'types' I've…

VIEW QUESTION
Back To Top
Search