我无法将其他群组的用户添加到群组中

时间:2018-07-03 05:36:22

标签: python telegram telethon

我无法将其他群组的用户添加到我的群组

我什至试图添加10个用户,但这不起作用

仅当用户是机器人时才有效

  

我正在使用Telethon 1.0.2和Python 3.6.5

结果:

Updates(
        updates=[
        ],
        users=[
        ],
        chats=[
                Channel(
                        id=1201645703,
                        title='hello group',
                        photo=ChatPhotoEmpty(
                        ),
                        date=datetime.utcfromtimestamp(1530507727),
                        version=0,
                        creator=True,
                        left=False,
                        editor=False,
                        broadcast=False,
                        verified=False,
                        megagroup=True,
                        restricted=False,
                        democracy=True,
                        signatures=False,
                        min=False,
                        access_hash=5823774251955326415,
                        username=None,
                        restriction_reason=None,
                        admin_rights=None,
                        banned_rights=None,
                        participants_count=None
                ),
        ],
        date=datetime.utcfromtimestamp(1530554830),
        seq=0
)

0 个答案:

没有答案