You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
when using the Telegram command "/start" the string is not recognized in the example and the string "entities":[{"type":"bot_command","offset":0,"length":7}]}}]} is ignored in the function.
I can suppose this is an issue in the Telegram new bot api version.
The text was updated successfully, but these errors were encountered:
Hello,
when using the Telegram command "/start" the string is not recognized in
the example and the string
"entities":[{"type":"bot_command","offset":0,"length":7}]}}]} is ignored in
the function.
I can suppose this is an issue in the Telegram new bot version.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #4
i have the same problem!
i tried to modify if (bot.message[i][5] == "\/ledon") {
to "/ledon" , "\ledon", "ledon" but it never recognizes.
i see on Serial (sending /start):
"message":{"message_id":20,"from":{"id":7615439XX,"is_bot":false,"first_name":"myname","language_code":"it"},"chat":{"id":7615439XX,"first_name":"GorXXX","type":"private"},"date":1577473792,"text":"/start","entities":[{"offset":0,"length":6,"type":"bot_command"}]}}]}
i see on Serial (sending start):
message":{"message_id":21,"from":{"id":7615439XX,"is_bot":false,"first_name":"mynane","language_code":"it"},"chat":{"id":7615439XX,"first_name":"GorXXX","type":"private"},"date":1577473900,"text":"start"}}]}
i see START on Serial but it doesnt recognize, maybe it's a String problem or something like that?
Any help is apprieciated
Hello,
when using the Telegram command "/start" the string is not recognized in the example and the string "entities":[{"type":"bot_command","offset":0,"length":7}]}}]} is ignored in the function.
I can suppose this is an issue in the Telegram new bot api version.
The text was updated successfully, but these errors were encountered: