Chat SDK v1.3.5 for React Native
    Preparing search index...

    Class ChatMessageBodyAbstract

    The message body base class.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

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

      Returns ChatMessageBody

    Properties

    lastModifyOperatorId?: string

    The user ID of the operator that modified the message last time.

    lastModifyTime?: number

    The UNIX timestamp of the last message modification, in milliseconds.

    modifyCount?: number

    The number of times a message is modified.

    The message type. See ChatMessageType.