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

    Class ChatGroupMessageAck

    群组消息已读回执类。

    Index

    Constructors

    • Parameters

      • params: {
            ack_id: string;
            count: number;
            ext?: { content: string };
            from: string;
            msg_id: string;
            timestamp: number;
        }

      Returns ChatGroupMessageAck

    Properties

    ack_id: string

    群组消息已读回执的 ID。

    content?: string

    已读回执的扩展信息。

    count: number

    群组消息已读回执数量。

    from: string

    发送已读回执的用户 ID。

    msg_id: string

    群组消息 ID。

    timestamp: number

    群组消息已读回执发送的 Unix 时间戳。单位为毫秒。