Skip to content

📘 MobileMessageParties Data Guide

🧩 Struct: FB1MobileMessagePartiesTableRow

Defines the sender and receiver of a mobile message, allowing the system to simulate a conversation between characters.

Properties

  • Id (FName): Unique identifier for this message party configuration.
  • Sender (FB1MobileMessagePartiesData): Data describing the message sender, including filtering conditions.
  • Receiver (FB1MobileMessagePartiesData): Data describing the message recipient, including filtering conditions.

📚 References