Message (optional)
The Message object contains data about an outgoing SMS message. The object is only used in the results of Android app analysis.
Structure
Key
Type
Description
type
string
Always message
number
Phone number the message was sent to.
text
Text of the message.
Example
{
"type": "message",
"number": "000",
"text": "Balance"
}