Interface SendMessageOptions

Interface for setting message sending options.

Hierarchy

  • SendMessageOptions

Properties

enableHistoricalMessaging?: boolean

Private Beta Save the message to message history.

  • true: Save the message to message history.
  • false: (default) Do not save the message to message history.
enableOfflineMessaging?: boolean

Set the message as an offline message (Applies to peer-to-peer message only).

  • true: Set the message as an offline message.
  • false: (default) Do not set the message as an offline message.

Generated using TypeDoc