-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
conflict in Id of the message #511
Comments
A yet unsent message has a temporary message ID, because persistent message ID can be assigned only by the server. You need to handle updateMessageSendSucceeded to correctly handle this change. Note that a lot of other fields besides message_id can change after successful message sending. |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my bot Api when it sends message, the received id is not the one which is must be. because later when I want to get this message, it returns null.
Consdier that the message sending status in this case is sendingStatePending and my message has inline query markup.
The text was updated successfully, but these errors were encountered: