-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after try to delete a message #885
Comments
versions in use? and please add complete log with level DEBUG aa text (no mini pictures please) |
Sorry, of course here are the infos. Telegram v. 3.9.0 telegram.0 telegram.0 telegram.0 telegram.0 telegram.0 telegram.0 telegram.0 telegram.0 |
After I send a request to delete a message, the message is deleted for the user with the sent chat ID. For the other user who is also registered on Telegram, I get an error message.
I have tried these two types. Is the user optional when i have the chat_id in the options?
sendTo('telegram', { user: user, deleteMessage: { options: { chat_id: getState('telegram.0.communicate.requestChatId').val, message_id: getState('telegram.0.communicate.requestMessageId').val } } });
sendTo('telegram', { deleteMessage: { options: { chat_id: getState('telegram.0.communicate.requestChatId').val, message_id: getState('telegram.0.communicate.requestMessageId').val } } });
The text was updated successfully, but these errors were encountered: