Hi Everyone, my name is Reinier, from Cuba, living in Brazil, and I´m worried about a issue with Custom Actions

Sorry for the delay. It is not the same thing (sender_id and username). For instance check this example of a request coming from a telegram bot.

{‘update_id’: 455336560, ‘message’: {‘message_id’: 19060, ‘from’: {‘id’: 888888888, ‘is_bot’: False, ‘first_name’: ‘Jonh’, ‘last_name’: ‘Doe’, ‘username’: ‘johndoe’, ‘language_code’: ‘pt-br’}, ‘chat’: {‘id’: 888888888, ‘first_name’: ‘Jonh’, ‘last_name’: ‘Doe’, ‘username’: ‘johndoe’, ‘type’: ‘private’}, ‘date’: 1564582289, ‘text’: ‘hello’}}

The tracker object on the custom action only get the sender_id (“id” in the above request) and the message text. It would be nice to naturally get the username inside the custom action via the tracker object. The advantage: can be used (if required) to define permissions at the back-end to avoid users get responses for questions above their authority level