witnessmenow / Universal-Arduino-Telegram-Bot

Use Telegram on your Arduino (ESP8266 or Wifi-101 boards)
MIT License
1.09k stars 302 forks source link

Support for Entities Object "bot_command" #253

Open electrogian opened 2 years ago

electrogian commented 2 years ago

Support for bot_command would be great.

{
    "ok": true,
    "result": [
.
.
.
.
                "text": "/command arguments",
                "entities": [
                    {
                        "offset": 0,
                        "length": 8,
                        "type": "bot_command" <----- This one!
.
.
.

}