Closed prog-ape closed 1 year ago
Use SendMessage to send a message to the bot, the bot reply message obtained by UpdateNewMessage, the replyToMessageId and the messageId returned by SendMessage are inconsistent,how to solve?
You must handle updateMessageSendSucceeded, updateMessageSendFailed and updateDeleteMessages updates to correctly handle message sending.
updateMessageSendSucceeded
updateMessageSendFailed
updateDeleteMessages
Thank you for your help
Use SendMessage to send a message to the bot, the bot reply message obtained by UpdateNewMessage, the replyToMessageId and the messageId returned by SendMessage are inconsistent,how to solve?