Telethon |尝试将自己加入群组

时间:2019-10-09 13:51:38

标签: python telegram telethon

您好,我正在尝试使用Telethon将自己添加到电报组中。

我尝试过:

from telethon.tl.functions.messages import ImportChatInviteRequest
updates = client(ImportChatInviteRequest('grouphash'))

但出现错误:

  

回溯(最近通话最近):     在第12行的文件“ jg.py”中       更新=客户端(ImportChatInviteRequest('grouphash'))

     

telethon.errors.rpcerrorlist.InviteHashInvalidError:邀请哈希无效(由ImportChatInviteRequest引起)

0 个答案:

没有答案