如何在群聊中回复特定用户

时间:2019-05-24 10:59:02

标签: python facebook bots python-3.7

每当指定的人使用fbchat软件包发送新消息时,我都会尝试创建一个在gropuchat中回复特定用户的机器人。

我试图获取在群组聊天中发送的最后一条消息,但是我无法获取发送该消息的用户的用户ID,以检查它是否与我要查找的消息相同。

if client.author_id == 'userID':
    mesage = client.send(Message(text='message'), thread_id='groupID', thread_type=ThreadType.GROUP)

0 个答案:

没有答案