resend Message
Resends a failed user message.
Return
Temporary UserMessage
instance with request ID.
Since
3.0.121
Parameters
Failed user message.
Callback handler.
Resends a file message. File information is used from the failed message.
Return
Temporary FileMessage
instance with request ID.
Since
4.16.4
Parameters
Failed fileMessage.
Callback handler.
Resends a file message. File information is used from the failed message.
Return
Temporary FileMessage
instance with request ID.
Since
4.16.4
Parameters
Failed file message.
Callback handler.
Deprecated
`file` parameter is not needed as the SDK keeps the original file object set when the file message was sent
Replace with
resendMessage(fileMessage, handler)
Resends a file with given file information.
Return
Temporary FileMessage
instance with request ID.
Since
3.0.121
Parameters
Failed fileMessage.
File to resend. If there is a file url in fileMessage, this will be ignored.
Callback handler.
Deprecated
`file` parameter is not needed as the SDK keeps the original file object set when the file message was sent
Replace with
resendMessage(fileMessage, handler)
Resends a file with given file information and gets callback for uploading progress.
Return
Temporary FileMessage
instance with request ID.
Since
3.0.121
Parameters
Failed file message.
File to resend. If there is a file url in fileMessage, this will be ignored.
Callback handler.