The class for read receipts of group messages.

Constructors

  • Parameters

    • params: {
          ack_id: string;
          count: number;
          ext?: {
              content: string;
          };
          from: string;
          msg_id: string;
          timestamp: number;
      }
      • ack_id: string
      • count: number
      • Optionalext?: {
            content: string;
        }
        • 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.