B
B
bublov2019-09-22 16:05:47
Python
bublov, 2019-09-22 16:05:47

Why doesn't vk.messages.getConversationsById work?

There is this code:

print(vk.messages.getConversationsById(
                        peer_ids = 2000000000 + 1,
                        extended = 1,
                        group_id = id_группы
                    ))

In theory, it should return a chat object with id 1. But for some reason it returns: {'count': 0, 'items': []}, although I know for sure that the first chat exists. What am I doing wrong?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question