Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISendOptionsV2

Hierarchy

  • ISendOptionsV2

Index

Properties

userIds?: string[]

接收定向消息的用户 id,用于向群聊中的指定人员发送定向消息,其他人无法查看

isVoipPush?: boolean

为 ture 时, 当对方为 iOS 设备且未在线时,其将收到 Voip Push. 此配置对 Android 无影响

disableNotification: boolean

是否发送静默消息

description

当值为 true 时,服务器将不会发送 Push 信息,移动端也不会弹出本地通知提醒

canIncludeExpansion?: boolean

消息是否支持拓展内容

expansion?: {}

消息拓展内容数据

Type declaration

  • [key: string]: any
isFilerWhiteBlacklist: boolean

过滤黑/白名单

pushConfig?: IPushConfig

推送扩展消息

isStatusMessage?: boolean

是否为状态消息

isStatus?: boolean

是否为状态消息

deprecated

该参数已废弃,请使用 isStatusMessage 替代该参数。在 isStatusMessage 有值的情况下,该参数将失效

resendMessageId?: number

重发消息时用到,重发消息的消息 ID。 当要重发消息时所有参数需与原始消息参数一致,消息 ID 必须存在。 正常发消息时无需传该参数。 仅 electron 中有效。