Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateDeliveryMsgParameters

Index

Properties

ackId: string

The ID of the delivered message.

deliverOnlineOnly?: boolean

Whether the message is delivered only when the recipient(s) is/are online:

  • true: The message is delivered only when the recipient(s) is/are online. If the recipient is offline, the message is discarded.
  • (Default) false: The message is delivered when the recipient(s) is/are online. If the recipient(s) is/are offline, the message will not be delivered to them until they get online.
from?: string

The sender, which can only be the current user and can not be changed.

isChatThread?: boolean

Whether the message is a thread message.

priority?: MessagePriority

Message priority.

to: string

The recipient.

type: "delivery"

The message type.

Generated using TypeDoc