Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for setting message sending options.

Hierarchy

  • SendMessageOptions

Index

Properties

Optional enableHistoricalMessaging

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.

Optional enableOfflineMessaging

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