Hierarchy (view full)

Constructors

Properties

hObject: EMMessageBody

Methods

  • 获取 event 事件内容。

    Returns string

    • 返回 event 事件内容。
  • 获取自定义消息的键值对。

    Returns Map<string, string>

    • 返回自定义消息的键值对。
  • 获取最后一次消息修改的时间戳,单位为毫秒。

    Returns number

    • 返回消息最后一次修改的 UNIX 时间戳。
  • 获取最后一次消息修改的操作者的用户 ID。

    Returns string

    • 返回最后一次消息修改的操作者的用户 ID。
  • 设置 event 事件内容。

    Parameters

    • event: string

      { string } - 待设置的 event 事件。

    Returns void

  • 设置自定义消息的键值对。

    Parameters

    • exts: Map<string, string>

      { Map<string, string> } - 待设置的自定义消息键值对。

    Returns void