GroupButler
GroupButler copied to clipboard
Read formatted text
Example update object:
{
"update_id": 521359743,
"message": {
"message_id": 6418,
"from": {
"id": 0,
"is_bot": false,
"first_name": "Yan",
"last_name": "🚁",
"username": "yangm97",
"language_code": "en-BR"
},
"chat": {
"id": 0,
"first_name": "Yan",
"last_name": "🚁",
"username": "yangm97",
"type": "private"
},
"date": 1531640178,
"text": "awesome markdown even links",
"entities": [
{
"offset": 8,
"length": 8,
"type": "bold"
},
{
"offset": 22,
"length": 5,
"type": "text_link",
"url": "http://google.com/"
}
]
}
}
Also do something about text stored with bad markdown.