claudiajs / claudia-bot-builder

Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes

Home Page:https://claudiajs.com/claudia-bot-builder.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Inline Query Request: wrong sender field

tverskih opened this issue · comments

  • Expected behaviour:
    For telegram inline query request: sender field should be equal to actual user_id.

  • What actually happens:
    Sender Field is equal to inline_query id.

    "sender": "512944664604439953",
    "text": "share",
    "originalRequest": {
        "update_id": 920742096,
        "inline_query": {
            "id": "512944664604439953",
            "from": {
                "id": 119429236,
                "first_name": "Sergey",
                "last_name": "Tverskikh",
                "username": "tverskih"
            },
            "query": "share",
            "offset": ""
        }
    },
    "type": "telegram"
}
  • Which bot engine:
    Telegram

  • Link to a minimal, executable project that demonstrates the problem:
    Any telegram inline query

Fixed in #96, will be on npm in a day or two