Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISendMessageOptions

Sending Message Options

Hierarchy

Index

Properties

isStatusMessage?: boolean

Whether it is a status message, typically a custom message that does not require registration

description
  1. Status messages only have pub, no ack response
  2. Status messages are not stored or counted by default, and the isPersisted and isCounted configurations will be invalid
deprecated

Please set whether the message type is a status message when registering the message

disableNotification?: boolean

Whether to send a silent message

description

When set to true, the server will not send push notifications, and the mobile client will not display local notification alerts.

pushContent?: string

Push notification information

pushData?: string

Additional information carried by push notifications

isMentioned?: boolean

Indicates whether it is an @ message. This is only valid when the conversationType value is ConversationType.GROUP.

mentionedType?: 1 | 2

@ Message type

description

1: @ all users 2: @ specified users

deprecated

It is recommended to use content.mentionedInfo.type

mentionedUserIdList?: string[]

The list of user IDs that were @mentioned. When the value of mentionedType is 1, this field can be empty.

deprecated

It is recommended to use content.mentionedInfo.userIdList instead.

directionalUserIdList?: string[]

Valid for sending group targeted messages, only effective when the conversationType value is group, ultra group, discussion group, RTC chatroom.

isVoipPush?: boolean

When the recipient is using an iOS device and is offline, they will receive a Voip Push. This configuration does not affect Android devices.

canIncludeExpansion?: boolean

Indicates whether the message supports extended content.

expansion?: {}

Message extension content data

Type declaration

  • [key: string]: string
isFilerWhiteBlacklist?: boolean

黑/白名单

todo

功能未知,需确认

pushConfig?: IPushConfig

Mobile push notification configuration

messageId?: number

Used when resending a message, specifies the messageId of the message to be resent. When resending a message, all parameters must match the original message parameters, and messageId must be present. This parameter is not required when sending a normal message.

auditInfo?: IAuditInfo

Message moderation configuration

disableUpdateLastMessage?: boolean

Disable updating to the latest message in the conversation, default is false: update, true: do not update.

Methods

  • Pre-messaging callback

    Parameters

    Returns void