图文消息

1.2.0

Hierarchy (View Summary, Expand)

Constructors

Properties

extra?: string

消息的附加信息,会随着消息发送出去

Message.extra

userInfo?: UserInfo

消息携带的用户信息

mentionedInfo?: MentionedInfo

消息的 @ 信息

rawString?: string

消息的原始内容

SDK 执行消息的 decode 方法正常时,会将数据解析到消息的各个字段,rawString 将会为空

如果 decode 方法异常时会将消息的原始数据保存在 rawString 中

destructDuration?: number

阅后即焚时长,单位秒

destructDuration <= 0 代表是普通消息
destructDuration > 0 代表是阅后即焚消息,该消息已读后,经过 destructDuration 时间后销毁

1.3.0

title: string = ""

图文消息的标题

content: string = ""

图文消息的内容摘要

imgUrl: string = ""

图文消息图片 URL

url: string = ""

图文消息中包含的需要跳转到的 URL

Methods

  • 将基类的基础数据保存到 map 中

    Returns HashMap<string, Object>

  • 将基类的基础数据从 map 中解析出来

    Parameters

    • map: HashMap<string, Object>

    Returns void

  • 编码方法,将消息转为 json 字符串

    Returns string

    json 字符串

  • 解码方法,将 json 字符串转为消息

    Parameters

    • contentString: string

      json 字符串

    Returns void

  • 获取类名

    Returns string

    类名

  • 实现搜索方法

    Returns any

    需要搜索的内容

MMNEPVFCICPMFPCPTTAAATR