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

string

Phone number the message was sent to.

text

string

Text of the message.

Example

{

 "type": "message",

 "number": "000",

 "text": "Balance"

}