$ackedMessageIds $ackedMessageIds : array<mixed,string> list of message IDs acknowledged by this delivery receipt Type array<mixed,string>
getTypeCode() getTypeCode() : integer Get the message type code of this message. Returns integer — message type code
__construct() __construct(integer $receiptType, array $ackedMessageIds) create instance Parameters integer $receiptType the type of this receipt array $ackedMessageIds list of message IDs acknowledged by this delivery receipt
getReceiptType() getReceiptType() : integer Get the type of this delivery receipt as a numeric code (e.g. 1, 2, 3). Returns integer
getReceiptTypeName() getReceiptTypeName() : string Get the type of this delivery receipt as a string (e.g. 'received', 'read', 'userack'). Returns string