Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRecallMessageOptions

Recall message option parameter

Hierarchy

  • IRecallMessageOptions

Index

Properties

messageUId: string

The unique ID of the message. The client relies on this property to locate the message to be recalled.

sentTime: number

Message sending time: The server relies on this property to locate the message to be recalled.

Recalled message includes user information

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 notifications.

pushConfig?: IPushConfig

Mobile push notification configuration

extra?: string

Recall message with extended information

isDelete?: boolean

Indicates whether to delete the original message (used on mobile devices). When set to true, the gray bar prompt will not be displayed on mobile devices.

directionalUserIdList?: string[]

Indicates the recall of a targeted message. Valid only when the conversationType is set to group or ultra group.

disableUpdateLastMessage?: boolean

disableUpdateLastMessage: Indicates whether updating to the latest message in the conversation is disabled. Default is false (updates are enabled), true (updates are disabled). Note: The original message's disableUpdateLastMessage value must be passed.