contentType = 'application/vnd.microsoft.card.carousel'; $this->attachments = []; } public function addAttachment($attachment) { $this->attachments[] = $attachment; } }