-
Can I add someone in my group?( a thing like telethon in python) |
Beta Was this translation helpful? Give feedback.
Answered by
Syfaro
Nov 2, 2021
Replies: 1 comment
-
The Bot API does not allow for actions like adding users to groups. Telethon allows operating with MTProto directly, which doesn't have the same limitations of the Bot API. You could have a bot send a join link to a user instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shakibm83
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Bot API does not allow for actions like adding users to groups. Telethon allows operating with MTProto directly, which doesn't have the same limitations of the Bot API.
You could have a bot send a join link to a user instead.