mapdev\FacebookMessenger\Messages\AttachmentMessage::__construct PHP Méthode

__construct() public méthode

public __construct ( $type = AttachmentType::FILE )
    public function __construct($type = AttachmentType::FILE)
    {
        $this->type($type);
    }