chatbot.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:six_hack 作者: petr-tik 项目源码 文件源码
def _is_newcomer(self, msg):
        chat_id = msg['chat']['id']

        if chat_id in self._seen:  # Sender has been seen before
            return None  # No delegate spawned

        self._seen.add(chat_id)
        return []  # non-hashable ==> delegates are independent, no seed association is made.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号