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

    Class ChatGroupMessageAck

    The class for read receipts of group messages.

    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

    The ID of the read receipt of a group message.

    content?: string

    The extension information of a read receipt.

    count: number

    The number of read receipts of group messages.

    from: string

    The ID of the user who sends the read receipt.

    msg_id: string

    The group message ID.

    timestamp: number

    The Unix timestamp of sending the read receipt of a group message. The unit is millisecond.