Keyword as an attribute when using Telegram API
In Telegram, when the user presses a button, the bot receives this information in JSON: 'update': { 'callback_query': { 'from': { 'id':420220883 } } } There are more information in this JSON object, but I'm only interested in the id…