Answer the question
In order to leave comments, you need to log in
How can I do this?
I want to make an application like this:
Launching the application
Enter a message: input
Message is encoded
Sending an encoded message to a VK conversation
Another person with the same application receives messages
Decoding
Displaying a message
Answer the question
In order to leave comments, you need to log in
I already solved this issue:
import vk
token="токен из Kate Mobile!"
session = vk.Session(access_token = token)
api = vk.API(session, v = "5.95")
api.(metod)
Example:
api.messages.send(arguments)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question