Raw data is incomplete in MEMessageActionHandler

We get message rawdata from the following function: func decideActionForMessage(for message: MEMessage, completionHandler: @escaping (MEMessageActionDecision?) -> Void)

But raw data is not nil, and it is incomplete, invokeAgainWithBody will not fix this problem.

How can we get the entire body message?

Replies

Same problem :-/ Anyone know if this is a bug or an intended behaviour?