Answer the question
In order to leave comments, you need to log in
How can I get the date a user was added to a conversation by their ID?
Now I use the messages.getConversationMembers method, because I no longer found more than one method that allows you to view the date the participant was added, I drew a little code and as a result something like this came out:
data = session_api.messages.getConversationMembers(peer_id=event.peer_id)
data_items = data["items"]
for item in data_items:
join_date = int(item["join_date"])
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question