This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
What is the difference between conversation_id and parent_id? How to use them? #861
Unanswered
Lukangkang123
asked this question in
Q&A
Replies: 1 comment
-
I think it will be clear after you go through the ask() code. Seems to me conversation id points to a conversation, parent id points to the previous message |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to connect this project to QQ and set up different sessions for each QQ friend. I noticed that the "ask" method has two parameters :conversation_id and parent_id, which one should I choose, and how to use it?
Beta Was this translation helpful? Give feedback.
All reactions