Skip to content

[v4] messages.conversations

Rich Infante edited this page Apr 19, 2018 · 2 revisions

This report gets information SMS/iMessage conversations

  • Name: messages.conversations
  • Parameters
    • backup can be a string representing the backup ID, or a Backup instance.
  • Output: Array of Objects formatted like below.
{
  id: Number, // Chat ID
  date: String, // Last used date
  service: String, // "SMS" or "iMessage",
  chatName: String, // System assigned chat name. either the user's phone/email, or chat######## for groups.
  displayName: String // User-defined group chat name.
}