Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISendTipMsgOptions

Hierarchy

Index

Properties

antiSpamInfo?: TMsgAntiSpamInfo

反垃圾相关配置

attach?: string
body: string

文本消息内容,通 IM1 的 text

callbackExt?: string

第三方回调的扩展字段

ext?: string

扩展字段

idClient?: string

消息客户端唯一标识。只在于重发时可以指定

pushInfo?: TMsgPushInfo

推送相关配置

replyMsg?: IMMessage

被回复的消息体 举例存在一个 A 消息,用户回复这个 A 消息,那么需要在此 replyMsg 里传入 A 消息整体。 其需要的的是以下几个字段: A ==> from、to、time、idServer、idClient A.threadMessageInfo ==> threadMsgFromAccount、threadMsgToAccount、threadMsgTime、threadMsgIdServer、threadMsgIdClient

scene: "p2p" | "team" | "superTeam"

场景

'p2p' (单人聊天) 'team' (群聊) 'superTeam' (超大群聊天)

setting?: TMsgSetting

消息的杂项设置

subType?: number

消息子类型,格式为大于0的整数,开发者可自定义

teamSpecializationInfo?: TMsgTeamSpecializationInfo

群组特化的杂项配置

to: string

接收方, 对方帐号或者群id

Methods

  • 发送前的回调函数,用于发送前拿到这个消息对象 此时这个消息对象还没有 idServer 和准确的 time,并且 status 也只是在 sending

    Parameters

    Returns void