Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateCombineMsgParameters

Index

Properties

chatType: ChatType

会话类型。

compatibleText: string

合并消息的兼容信息。

deliverOnlineOnly?: boolean

消息是否只投递给在线用户:

  • true: 只有消息接收方在线时才能投递成功。若接收方离线,则消息会被丢弃。
  • (默认)false: 如果用户在线,则直接投递;如果用户离线,消息会在用户上线时投递。
ext?: {}

消息扩展。

Type declaration

  • [key: string]: any
from?: string

消息发送方,只能是当前用户,无法修改。

isChatThread?: boolean

消息是否为子区消息。

合并消息的消息列表。

msgConfig?: { allowGroupAck?: boolean; languages?: string[] }

群组会话时是否需返回已读回执。

Type declaration

  • Optional allowGroupAck?: boolean
  • Optional languages?: string[]
priority?: MessagePriority

消息优先级

receiverList?: string[]

消息接收方列表。

summary: string

合并消息摘要列表。

title: string

合并消息的标题。

to: string

消息接收方。

type: "combine"

消息类型。

Methods

  • onFileUploadComplete(data: { secret: string; url: string }): void
  • 文件上传完成的回调。

    Parameters

    • data: { secret: string; url: string }
      • secret: string
      • url: string

    Returns void

  • onFileUploadError(error: any): void
  • 文件上传错误的回调。

    Parameters

    • error: any

    Returns void

Generated using TypeDoc