onCommand with portugues letters #274
Replies: 2 comments
-
|
Actually, I think if you cannot include any other than English alpha-numeric values in a bot command. That means, even if the user can send Upon investigating the library code, I can see that the In other words, teledart
.onMessage(keyword: '/coleção')
.listen((message) => _checkmessage(teledart, message)); This works, because now we're matching a simple text message. |
Beta Was this translation helpful? Give feedback.
-
|
ok, I understand and thank you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When the user type /coleção teledart.onCommand does not recognize the word, work only with /colecao
Example:
teledart
.onCommand('coleção')
.listen((message) => _checkmessage(teledart, message)); //never call
Is this a limitation of Telegram or can I handle it another way?
tks
paulo
Beta Was this translation helpful? Give feedback.
All reactions