vk_api icon indicating copy to clipboard operation
vk_api copied to clipboard

Update callback_bot.py

Open olivka86 opened this issue 3 years ago • 0 comments

Неполный путь до ключа from_id

{
    "type": "message_new",
    "object": {
        "message": {
            "date": *date*,
            "from_id": *from_id*,
            "id": 0,
            "out": 0,
            "attachments": [],
            "conversation_message_id": *conversation_message_id*,
            "fwd_messages": [],
            "important": false,
            "is_hidden": false,
            "peer_id": 2000000001,
            "random_id": 0,
            "text": "cat"
        }
 ....

olivka86 avatar Mar 09 '22 12:03 olivka86