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