Chat SDK for React Native 1.14.0
    Preparing search index...

    Class ChatMessageBodyAbstract

    消息体基类。

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • type: ChatMessageType
      • Optionalopt: { lastModifyOperatorId?: string; lastModifyTime?: number; modifyCount?: number }

      Returns ChatMessageBody

    Properties

    lastModifyOperatorId?: string

    消息最后修改人。

    lastModifyTime?: number

    最后修改时间戳。

    modifyCount?: number

    修改次数。

    消息类型,详见 ChatMessageType