How do I update a message to show a venue in Telegram?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
0
I have a telegram bot. I want to update a message so that the text will be replaced by a venue object. When I call sendVenue with the message id in 'reply_to_message_id', telegram creates a new message with the venue, instead of updating the existing one. What am I doing wrong? Here are the requests: sendMessage: REQUEST: https://api.telegram.org/bot{{telegram-token}}/sendMessage { "chat_id" : ..., "text" : "my text", } RESPONSE: { "ok": true, "result": { "message_id": 247, "from": { ...